Skip to content

Commit

Permalink
travis: try building on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Nov 6, 2015
1 parent 29b742e commit 631e713
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -31,6 +31,10 @@ addons:
- libvorbis-dev
- python-dev

before_install:
# homebrew missing: vlc, iconv
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install sdl python openal-soft freetype sdl_mixer libpng libvorbis; fi

before_script:
- cmake --version # too old for MODULE
- sed -i 's,\(FIND_PACKAGE.*\) MODULE,\1,' CMakeLists.txt
Expand All @@ -40,4 +44,6 @@ script: cmake -DINSOURCEBUILD=1 . && make
notifications:
email: false

os: linux
os:
- linux
- osx

0 comments on commit 631e713

Please sign in to comment.