1
0
Fork 0

Update travis

This commit is contained in:
Florian RICHER 2017-05-12 19:01:18 +02:00
parent 12a48d1816
commit be39b2139d

View file

@ -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:
- g++
- gcc
- clang
- gcc
# Build steps
script:
- cmake . && make