summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2018-04-27 10:55:19 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2018-05-04 09:23:59 +0200
commit8a2547aaea79c85d343c8f7833df4e41b8f791e8 (patch)
treeb1629b8a5d8c404a6d4cecf4b0510b93a5024c5b /.travis.yml
parent37b9bd5161144ef6743f4e717642acc172c16ae8 (diff)
downloadefl-8a2547aaea79c85d343c8f7833df4e41b8f791e8.tar.gz
ci: add new build to test release profile and distcheck
To avoid surprises when starting the release process make sure we have a build which actually runs the release profile and tests distcheck.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 03257c4482..d60b4edee6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ env:
- DISTRO=Fedora27 CI_BUILD_TYPE=wayland
- DISTRO=Fedora27 CI_BUILD_TYPE=misc
- DISTRO=Fedora27 CI_BUILD_TYPE=misc-disabled
+ - DISTRO=Fedora27 CI_BUILD_TYPE=release-ready
- DISTRO=Debian91
- DISTRO=Archlinux
@@ -31,14 +32,19 @@ matrix:
- os: osx
env: DISTRO=Fedora27 CI_BUILD_TYPE=misc-disabled
- os: osx
+ env: DISTRO=Fedora27 CI_BUILD_TYPE=release-ready
+ - os: osx
env: DISTRO=Debian91
- os: osx
env: DISTRO=Archlinux
+
- os: linux
env:
allow_failures:
- os: osx
env:
+ - os: linux
+ env: DISTRO=Fedora27 CI_BUILD_TYPE=release-ready
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then .ci/ci-osx-deps.sh ; fi