summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-08-10 21:40:56 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-08-10 22:00:47 -0700
commit84294967744f21d22409f2252f5e28889d467d60 (patch)
treeb20fd2e97b163f1e9a56b6ff1d1e7d65ec271ebe
parentff475742c6aa2911efece26f5caeab2ed736bfb7 (diff)
downloadrabbitmq-c-84294967744f21d22409f2252f5e28889d467d60.tar.gz
ci: enable building for OSX on travis-ci.
-rw-r--r--.travis.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9892ade..9671661 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,6 @@
language: c
-# OSX isn't actually enabled at this point as we missed the boat. Hopefully
-# they re-open sign-ups for OSS projects sometime soon.
-os:
- - linux
- - osx
-
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
@@ -18,15 +12,23 @@ env:
matrix:
include:
- compiler: gcc
+ os: linux
env: CONFIG=autotools
- compiler: gcc
+ os: linux
env: CONFIG=cmake
- compiler: clang
+ os: linux
env: CONFIG=cmake
- compiler: clang
+ os: linux
env: CONFIG=asan
- compiler: clang
+ os: linux
env: CONFIG=tsan
+ - compiler: clang
+ os: osx
+ env: CONFIG=cmake
# Run the Build script
script: