Skip to content

Commit

Permalink
BUILD: Added Travis-CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Aug 1, 2015
1 parent 40ba516 commit a079dd6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .travis.yml
@@ -0,0 +1,39 @@
language:
- cpp

sudo: false

addons:
apt:
packages:
- g++ make
- libsdl1.2-dev
- libjpeg62-turbo-dev
- libmpeg2-4-dev
- libogg-dev
- libvorbis-dev
- libflac-dev
- libmad0-dev
- libpng-dev
- libtheora-dev
- libfaad-dev
- libfluidsynth-dev
- libfreetype6-dev
- zlib1g-dev

branches:
only:
- master

compiler:
- gcc
- clang

os:
- linux

script:
- ./configure --enable-all-engines
- make
- make test
- make devtools

0 comments on commit a079dd6

Please sign in to comment.