Skip to content

Commit

Permalink
Build using travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
denizt authored and Deniz Türkoglu committed Oct 10, 2013
1 parent 6b81963 commit 649b502
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
language: objective-c

before_install:
- brew update
- brew install cmake sdl libpng readline portaudio

before_script:
- mkdir build
- cd build
- cmake ..

script: make

#
# enable after https://github.com/travis-ci/travis-ci/issues/216 is
# resolved, currently we can either build on linux or osx, leaving
# the configuration here to adjust to the upcoming sytax later
#
# language: c
#
# compiler: gcc
#
# before_install:
# - sudo apt-get update -qq
# - sudo apt-get install -qq cmake libsdl1.2-dev zlib1g-dev libpng12-dev readline-common portaudio19-dev libx11-dev
#
# before_script:
# - mkdir build
# - cd build
# - cmake ..
#
# script: make

0 comments on commit 649b502

Please sign in to comment.