Skip to content

Commit

Permalink
- adding a travis.yml config that successfully builds for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelow committed Mar 19, 2015
1 parent 4cc10cb commit 0253edd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.osx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Travis-CI configuration file for VGMTrans

os:
- osx

language:
- objective-c

env:
- CMAKE_PREFIX_PATH="/usr/local/opt/qt5"

before_install:
- brew update

install:
- brew install qt5
- brew install fluidsynth

before_script:
- cd src/

script:
- cmake CMakeLists.txt
- make

0 comments on commit 0253edd

Please sign in to comment.