BUILD: Adding OSX target to Travis CI.
I expect this to fail at the first run.
This commit is contained in:
parent
333dd1184d
commit
bac7b6d651
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,11 @@ addons:
|
|||
- libfreetype6-dev
|
||||
- zlib1g-dev
|
||||
|
||||
before_install:
|
||||
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi"
|
||||
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net; fi"
|
||||
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
@ -33,6 +38,7 @@ compiler:
|
|||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
dist: trusty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue