Commit 502b77ff authored by Andrew Twyman's avatar Andrew Twyman Committed by GitHub

Merge pull request #256 from konovalov-aleks/tests_on_gcc6

created docker image with GCC6 (fedora 24)
parents 079d9723 1c6c5ec3
FROM fedora:24
# Get Java 8 (64-bit)
RUN dnf install -y java-1.8.0-openjdk-devel
# Get other build utils
RUN dnf install -y cmake wget tar make gcc-c++
# Select Java 8
RUN echo 1 | update-alternatives --config java
RUN echo 1 | update-alternatives --config javac
# Get modern ant
RUN yum install -y ant
ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.92-5.b14.fc24.x86_64
VOLUME /opt/djinni
CMD /opt/djinni/test-suite/java/docker/build_and_run_tests.sh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment