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
2
2
3
3
compiler :
4
4
- gcc
5
+ - clang
5
6
6
7
env :
7
8
global :
8
9
- PREFIX=$(mktemp -d /tmp/mongo-cxx-driver-install.XXXXXX || exit 1)
9
10
10
11
# Setup required repositories before installation
11
12
before_install :
12
- - sudo add-apt-repository -y ppa:boost-latest /ppa
13
+ - sudo add-apt-repository -y ppa:jkeiren /ppa
13
14
- sudo apt-get update -qq
14
15
15
- # Install the latest boost version
16
+ # Install Boost 1.49 dependencies via PPA
16
17
install :
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
18
23
19
24
script :
20
- - $CXX --version
21
25
- scons
22
26
-j2
23
27
--mute
28
+ --quiet
24
29
--prefix=$PREFIX
25
30
--use-system-boost
26
31
--full
You can’t perform that action at this time.
0 commit comments