mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Revert "use gcc 4.9"
This reverts commit 54406d7ab562becdd7eb13af868cc07470ac46e0.
This commit is contained in:
parent
54406d7ab5
commit
0174c6a379
@ -14,12 +14,12 @@ before_install:
|
||||
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get -qq install build-essential libtool make cmake
|
||||
- sudo apt-get install -qq gcc-4.9 g++-4.9
|
||||
- sudo apt-get install -qq gcc-4.8 g++-4.8
|
||||
- sudo apt-get -qq install libboost1.55-dev libboost-thread1.55-dev libboost-filesystem1.55-dev libboost-system1.55-dev libboost-program-options1.55-dev libboost-iostreams1.55-dev
|
||||
|
||||
install:
|
||||
# g++4.9
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9"; fi
|
||||
# g++4.8.1
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
|
||||
|
||||
# clang 3.4
|
||||
- if [ "$CXX" == "clang++" ]; then sudo apt-get install --allow-unauthenticated -qq clang-3.4; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user