Skip to content

Commit

Permalink
travis: enable fedora25
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Dec 22, 2016
1 parent c249da1 commit 680a080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ env:
- RUN_ON_CONTAINER=centos6
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora24
- RUN_ON_CONTAINER=fedora25
- RUN_ON_CONTAINER=fedora-rawhide
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
Expand All @@ -19,6 +20,7 @@ env:
matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora24
- env: RUN_ON_CONTAINER=fedora25
- env: RUN_ON_CONTAINER=fedora-rawhide

sudo: required
Expand Down
6 changes: 6 additions & 0 deletions opal-ci/Dockerfile-fedora25
@@ -0,0 +1,6 @@
FROM fedora:25
RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache
RUN dnf -y install gcc-powerpc64-linux-gnu
COPY . /build/
WORKDIR /build
ENTRYPOINT ./opal-ci/build-fedora24.sh

0 comments on commit 680a080

Please sign in to comment.