aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-28 15:05:31 -0500
committerGitHub <noreply@github.com>2018-01-28 15:05:31 -0500
commitf0b3a71fbc72eeccf44bc6a6f6c39a80af918463 (patch)
tree6671170c37e00ffd1fb67994a55ccf5ba760be90 /.travis.yml
parentfacc5ef93a705b4c4cbe4acb6ebd44b256db5d3e (diff)
parent41ec686693821d6d436dae193e675a9b2746a369 (diff)
Merge pull request #590 from pks-t/pks/rootston-wo-xwayland
Fix building rootston without XWayland
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f6bbd7f4..0028de93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@ compiler:
- gcc
- clang
+# Settings to try
+env:
+ matrix:
+ - OPTIONS="-Denable_libcap=true -Denable_systemd=true -Denable_elogind=false -Denable_xwayland=true"
+ - OPTIONS="-Denable_libcap=false -Denable_systemd=false -Denable_elogind=false -Denable_xwayland=false"
+
arch:
packages:
- meson
@@ -19,7 +25,7 @@ arch:
- xcb-util-image
- libcap
script:
- - "meson build"
+ - "meson build $OPTIONS"
- "ninja -C build"
script: