File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ compiler:
3
3
- gcc
4
4
before_install :
5
5
# - sudo apt-get install libboost-chrono1.48-dev libboost-regex1.48-dev libboost-system1.48-dev libboost-thread1.48-dev libboost-test1.48-dev libboost-random1.48-dev -y
6
- - sudo add-apt-repository -y ppa:boost-latest/ppa && sudo apt-get update -q && sudo apt-get install -y boost1 .55
6
+ - sudo add-apt-repository -y ppa:boost-latest/ppa && sudo apt-get update -q && sudo apt-get install -y libboost-chrono1 .55-dev libboost-random1.55-dev libboost-regex1.55-dev libboost-system1.55-dev libboost-thread1.55-dev libboost-test1.55-dev
7
7
env :
8
8
global :
9
9
- BOOST_INCLUDES=/usr/include
10
- - BOOST_LIBS=/usr/lib
10
+ - BOOST_LIBS=/usr/lib/x86_64-linux-gnu
11
11
script : scons -j 2 && scons test
12
12
branches :
13
13
only :
You can’t perform that action at this time.
0 commit comments