Skip to content

Commit

Permalink
Added travis build information file
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Schilling committed Sep 18, 2012
1 parent 9be7d7c commit f01e59d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential libcurl4-openssl-dev libguichan-dev libphysfs-dev libpng12-dev libpthread-stubs0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev libxml2-dev zlib1g-dev libsdl-gfx1.2-dev
script: cmake . && make

0 comments on commit f01e59d

Please sign in to comment.