update travis
This commit is contained in:
parent
685caf66d6
commit
88ededb4fa
1 changed files with 11 additions and 7 deletions
18
.travis.yml
18
.travis.yml
|
@ -2,14 +2,18 @@
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
|
||||||
# add PPAs with more up-to-date toolchains
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- llvm-toolchain-precise-3.6
|
|
||||||
packages:
|
packages:
|
||||||
- make
|
- git
|
||||||
- libsdl2*
|
- cmake
|
||||||
- libglew*
|
- dos2unix
|
||||||
|
- libosmesa6-dev
|
||||||
|
- libegl1-mesa-dev
|
||||||
|
artifacts:
|
||||||
|
bucket: glew
|
||||||
|
s3_region: "us-east-1"
|
||||||
|
paths:
|
||||||
|
- $(ls *.zip *.tgz | tr "\n" ":")
|
||||||
|
- $(find doc -type f | tr "\n" ":")
|
||||||
|
|
||||||
# Enable C++ support
|
# Enable C++ support
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
Reference in a new issue