BUILD: Added Travis-CI support
This commit is contained in:
parent
40ba51664a
commit
a079dd6250
1 changed files with 39 additions and 0 deletions
39
.travis.yml
Normal file
39
.travis.yml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue