update travis
This commit is contained in:
parent
be39b2139d
commit
8415e10511
1 changed files with 12 additions and 2 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,11 +1,21 @@
|
||||||
install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev cmake
|
#install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev cmake
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
# add PPAs with more up-to-date toolchains
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- llvm-toolchain-precise-3.6
|
||||||
|
packages:
|
||||||
|
- make
|
||||||
|
- libsdl2*
|
||||||
|
- libglew*
|
||||||
|
|
||||||
# Enable C++ support
|
# Enable C++ support
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
# Compiler selection
|
# Compiler selection
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
# Build steps
|
# Build steps
|
||||||
|
|
Reference in a new issue