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 11language : cpp
2+
3+ compiler :
4+ - gcc
5+
26env :
37 global :
48 - PREFIX=$(mktemp -d /tmp/mongo-cxx-driver-install.XXXXXX || exit 1)
59
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+
619script :
720 - $CXX --version
821 - scons
@@ -18,13 +31,3 @@ script:
1831 test
1932 clientTests
2033 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