File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : cpp
2
+
3
+ compiler :
4
+ - gcc
5
+
2
6
env :
3
7
global :
4
8
- PREFIX=$(mktemp -d /tmp/mongo-cxx-driver-install.XXXXXX || exit 1)
5
9
10
+ # Setup required repositories before installation
11
+ before_install :
12
+ - sudo add-apt-repository -y ppa:boost-latest/ppa
13
+ - sudo apt-get update -qq
14
+
15
+ # Install the latest boost version
16
+ install :
17
+ - sudo apt-get install -qq libboost1.55-all-dev
18
+
6
19
script :
7
20
- $CXX --version
8
21
- scons
@@ -18,13 +31,3 @@ script:
18
31
test
19
32
clientTests
20
33
check-install-mongoclient
21
- compiler :
22
- - gcc
23
-
24
- # Setup repos etc before installation
25
- before_install :
26
- - sudo add-apt-repository -y ppa:boost-latest/ppa
27
- - sudo apt-get update -qq
28
-
29
- install :
30
- - sudo apt-get install -qq libboost1.55-all-dev
You can’t perform that action at this time.
0 commit comments