summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--opal-ci/Dockerfile-fedora267
2 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f1c4fb4..b709e6ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ env:
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora24
- RUN_ON_CONTAINER=fedora25
+ - RUN_ON_CONTAINER=fedora26
- RUN_ON_CONTAINER=fedora-rawhide
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
diff --git a/opal-ci/Dockerfile-fedora26 b/opal-ci/Dockerfile-fedora26
new file mode 100644
index 00000000..96f217aa
--- /dev/null
+++ b/opal-ci/Dockerfile-fedora26
@@ -0,0 +1,7 @@
+FROM fedora:26
+RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
+RUN dnf -y install gcc-powerpc64-linux-gnu
+RUN dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.0-0/systemsim-p9-1.0-0.f22.x86_64.rpm
+COPY . /build/
+WORKDIR /build
+ENTRYPOINT ./opal-ci/build-fedora24.sh
OpenPOWER on IntegriCloud