mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
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.
This commit is contained in:
parent
da128d3a6e
commit
70b759a95b
@ -10,10 +10,10 @@ env:
|
|||||||
- SHARED=ON
|
- SHARED=ON
|
||||||
|
|
||||||
before_install:
|
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
|
- 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 [ "$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
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user