File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,30 @@ language: cpp
22
33compiler :
44 - gcc
5+ - clang
56
67env :
78 global :
89 - PREFIX=$(mktemp -d /tmp/mongo-cxx-driver-install.XXXXXX || exit 1)
910
1011# Setup required repositories before installation
1112before_install :
12- - sudo add-apt-repository -y ppa:boost-latest /ppa
13+ - sudo add-apt-repository -y ppa:jkeiren /ppa
1314 - sudo apt-get update -qq
1415
15- # Install the latest boost version
16+ # Install Boost 1.49 dependencies via PPA
1617install :
17- - sudo apt-get install -qq libboost1.55-all-dev
18+ - sudo apt-get install -qq
19+ libboost1.49-dev
20+ libboost-program-options1.49-dev
21+ libboost-filesystem1.49-dev
22+ libboost-thread1.49-dev
1823
1924script :
20- - $CXX --version
2125 - scons
2226 -j2
2327 --mute
28+ --quiet
2429 --prefix=$PREFIX
2530 --use-system-boost
2631 --full
You can’t perform that action at this time.
0 commit comments