Skip to content

Commit

Permalink
travis: add fedora rawhide
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 Nov 24, 2016
1 parent 93a2743 commit 930fa2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- RUN_ON_CONTAINER=centos6
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora24
- RUN_ON_CONTAINER=fedora-rawhide
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
Expand All @@ -18,6 +19,7 @@ env:
matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora24
- env: RUN_ON_CONTAINER=fedora-rawhide

sudo: required
services: docker
Expand Down
6 changes: 6 additions & 0 deletions opal-ci/Dockerfile-fedora-rawhide
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM fedora:rawhide
RUN dnf -y install wget 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 930fa2c

Please sign in to comment.