File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
before_install :
15
15
- sudo add-apt-repository ppa:apokluda/boost1.53 --yes
16
16
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes # libstdc++-4.8
17
- - sudo add-apt-repository ppa:george-edison55/cmake-3.x --yes
18
17
- if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi # clang++-3.2
19
18
- sudo apt-get update
20
19
@@ -24,7 +23,7 @@ install:
24
23
- sudo apt-get install libboost-system1.53-dev
25
24
- sudo apt-get install libboost-regex1.53-dev
26
25
- sudo apt-get install libboost-filesystem1.53-dev
27
- - sudo apt-get install cmake
26
+ - wget -q0- http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar xvz && sudo cp -fR cmake-3.3.2-Linux-x86_64/* /usr
28
27
29
28
before_script :
30
29
# update compilers
You can’t perform that action at this time.
0 commit comments