summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-01-23 09:13:27 -0500
committerMike Blumenkrantz <zmike@samsung.com>2019-01-23 09:13:27 -0500
commitcea392390f63cda5372f3c4803317a4be04407bb (patch)
treed3a13ad0baa66be9df85f5ac42f582d1dda11ee5 /.travis.yml
parentd6c207772f5297fa39ae5a5d400f00c66b0fd2dc (diff)
downloadefl-cea392390f63cda5372f3c4803317a4be04407bb.tar.gz
ci: travis: bring back default and wayland builds
Summary: With some recent changes we only had builds running after a push which did not qualify for a make check / ninja test run. Mostly due to problems with the tests and specific config options. Bring back a default build which will also run the unit tests un every push. Also adding back a dedicated wayland build due to conflicts of gl versions with the all options enabled build. Fixes T7545 Reviewers: bu5hm4n, zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T7545 Differential Revision: https://phab.enlightenment.org/D7727
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b59462845d..d5d8b06375 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,14 @@ jobs:
- env:
- os: linux
- DISTRO=Fedora29
+ - CI_BUILD_TYPE=wayland
+ - env:
+ - os: linux
+ - DISTRO=Fedora29
+ - CI_BUILD_TYPE=default
+ - env:
+ - os: linux
+ - DISTRO=Fedora29
- CI_BUILD_TYPE=options-enabled
- BUILDSYSTEM=ninja
- env:
@@ -42,6 +50,16 @@ jobs:
- DISTRO=Fedora29
- CI_BUILD_TYPE=options-disabled
- BUILDSYSTEM=ninja
+ - env:
+ - os: linux
+ - DISTRO=Fedora29
+ - CI_BUILD_TYPE=wayland
+ - BUILDSYSTEM=ninja
+ - env:
+ - os: linux
+ - DISTRO=Fedora29
+ - CI_BUILD_TYPE=default
+ - BUILDSYSTEM=ninja
- if: type = cron
env:
- os: linux