[Scummvm-git-logs] scummvm master -> bac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3
sev-
sev at scummvm.org
Wed Jan 25 10:57:07 CET 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bac7b6d651 BUILD: Adding OSX target to Travis CI.
Commit: bac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3
https://github.com/scummvm/scummvm/commit/bac7b6d6514e575f230a7c4c3bcdeb305fcf7ae3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-25T10:56:58+01:00
Commit Message:
BUILD: Adding OSX target to Travis CI.
I expect this to fail at the first run.
Changed paths:
.travis.yml
diff --git a/.travis.yml b/.travis.yml
index e23f38b..95343dc 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
More information about the Scummvm-git-logs
mailing list