commit 2f9bf88b364fe9311005da39fdbd0692ddd9998e
parent 46ba383a330e1b303348caf42648a61cdebbb362
Author: David du Colombier <0intro@gmail.com>
Date: Fri, 1 Sep 2017 21:23:52 +0200
.travis.yml: build on osx
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,5 +1,9 @@
language: c
+os:
+ - linux
+ - osx
+
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
@@ -18,5 +22,9 @@ addons:
build_command: "./INSTALL"
branch_pattern: master
+before_script:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install Caskroom/cask/osxfuse; fi
+
script:
- ./INSTALL