[aseprite] 18/51: Install an updated libstdc++ for travis CI/clang

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 70b759a95b3ce5e7c4e99cc00824576961ee2572
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Jun 28 20:17:30 2016 -0300

    Install an updated libstdc++ for travis CI/clang
    
    This is needed to avoid a compilation error using the
    std::chrono::milliseconds(1) constructor in obs::safe_list class.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3aa4c7b..971f0ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,10 +10,10 @@ env:
     - SHARED=ON
 
 before_install:
-  - if [ "$CXX" = "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
+  - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
   - sudo apt-get update -qq
   - if [ "$SHARED" == "ON" ]; then sudo apt-get install -y libcurl4-openssl-dev libgif-dev libfreetype6-dev libjpeg-dev libz-dev libpng-dev libtinyxml-dev libpixman-1-dev liballegro4.2-dev ; fi
-  - if [ "$CXX" = "g++" ]; then sudo apt-get install -y -qq g++-4.8; fi
+  - sudo apt-get install -y -qq g++-4.8
   - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
 
 before_script:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list