Update travis
This commit is contained in:
parent
12a48d1816
commit
be39b2139d
1 changed files with 11 additions and 3 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,5 +1,13 @@
|
||||||
install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev
|
install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev cmake
|
||||||
|
|
||||||
|
# Enable C++ support
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
# Compiler selection
|
||||||
compiler:
|
compiler:
|
||||||
- g++
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
# Build steps
|
||||||
|
script:
|
||||||
|
- cmake . && make
|
Reference in a new issue