aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-25 10:56:06 +0100
committerEugene Sandulenko2017-01-25 10:56:58 +0100
commitbac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3 (patch)
tree2b107353414dcc03099697fbfa0caba7ac42a714 /.travis.yml
parent333dd1184dc8ccad213dc3015fe70a2f2f7adb76 (diff)
downloadscummvm-rg350-bac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3.tar.gz
scummvm-rg350-bac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3.tar.bz2
scummvm-rg350-bac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3.zip
BUILD: Adding OSX target to Travis CI.
I expect this to fail at the first run.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e23f38b316..95343dca3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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