1
0
Fork 0

update travis

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

View file

@ -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
language: cpp
# Compiler selection
compiler:
- clang
- gcc
# Build steps