summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-14 12:54:16 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-14 15:12:49 -0400
commit8f628033bed408c4de215ca117fa2fa2d9f9d5cd (patch)
tree9fcabaf019520f724b2cb7adf109c898eebcc7d8 /.travis.yml
parent1ca092f990e67c7dccf5790a72c41e84711c28a8 (diff)
travis: Update OSX build
Install and use xorgproto, and build with optimization as clang has warnings that only work above -O0. Also expand the build matrix for both Xcode 8.3 and 9.2. Both images are OSX 10.12 at the moment so this is really just a way to test with clang 8 vs 9. Signed-off-by: Adam Jackson <ajax@redhat.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 313234875..86b61f01c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,11 @@ matrix:
services: docker
env: DISTRO=rawhide:v3
- os: osx
+ osx_image: xcode9.2
+ env: DISTRO=xcode9.2
+ - os: osx
+ osx_image: xcode8.3
+ env: DISTRO=xcode8.3
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache ; fi