Skip to content

Commit

Permalink
build/CI/packaging: add Fedora 29.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Dec 16, 2018
1 parent 5803f73 commit 019edad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
- OS=el DIST=6
- OS=el DIST=7
- OS=fedora DIST=28
- OS=fedora DIST=29
- OS=fedora DIST=rawhide
- OS=ubuntu DIST=trusty
- OS=ubuntu DIST=xenial
Expand All @@ -53,6 +54,8 @@ matrix:
compiler: clang
- env: OS=fedora DIST=28
compiler: clang
- env: OS=fedora DIST=29
compiler: clang
- env: OS=fedora DIST=rawhide
compiler: clang
- env: OS=ubuntu DIST=trusty
Expand Down Expand Up @@ -85,6 +88,8 @@ matrix:
os: osx
- env: OS=fedora DIST=28
os: osx
- env: OS=fedora DIST=29
os: osx
- env: OS=fedora DIST=rawhide
os: osx
- env: OS=ubuntu DIST=trusty
Expand Down
2 changes: 2 additions & 0 deletions scripts/buildpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ distros_x86_64=(
"el 6 x86_64"
"el 7 x86_64"
"fedora 28 x86_64"
"fedora 29 x86_64"
"ubuntu trusty x86_64"
"ubuntu xenial x86_64"
"ubuntu bionic x86_64"
Expand All @@ -68,6 +69,7 @@ distros_i386=(
distros_aarch64=(
"el 7 aarch64"
"fedora 28 aarch64"
"fedora 29 aarch64"
"ubuntu bionic aarch64"
"ubuntu trusty aarch64"
"ubuntu xenial aarch64"
Expand Down

0 comments on commit 019edad

Please sign in to comment.