summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-01-16 17:51:53 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2018-02-05 19:42:01 +0000
commitb5af199f9274365c221c2706982a80a927fcde48 (patch)
tree53807aab385c24ba137ff264ef68e41de1ec27c1 /.travis.yml
parent80bc41b2ec7cf06662e16cbbb610c40a552d66a3 (diff)
travis: add macOS meson build
v2: Simplify set of options now we have better defaults Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 50942083774..0156eefb7ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -403,6 +403,11 @@ matrix:
- MAKE_CHECK_COMMAND="make check"
- DRI_LOADERS="--with-platforms=x11 --disable-egl"
os: osx
+ - env:
+ - LABEL="macOS meson"
+ - BUILD=meson
+ - MESON_OPTIONS="-Degl=false"
+ os: osx
before_install:
- |