.travis.yml: build on osx
This commit is contained in:
parent
46ba383a33
commit
2f9bf88b36
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue