From 88ededb4fa1a3e7715c43801ec98647b31181402 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 12 May 2017 19:09:32 +0200 Subject: [PATCH] update travis --- .travis.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3abb0f1..3e7726c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,18 @@ addons: apt: - sources: - # add PPAs with more up-to-date toolchains - - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.6 packages: - - make - - libsdl2* - - libglew* + - git + - cmake + - 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 language: cpp