File tree 1 file changed +2
-6
lines changed
Filter options
1 file changed +2
-6
lines changed
Original file line number Diff line number Diff line change @@ -21,15 +21,11 @@ before_install:
21
21
install :
22
22
- sudo apt-get install -qq g++-5
23
23
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
24
- - pip install --user conan
25
- - pip install --user requests==2.5.3
26
- - conan remote add conan-community https://api.bintray.com/conan/conan-community/conan
24
+ - wget https://cmake.org/files/v3.9/cmake-3.9.2-Linux-x86_64.sh
25
+ - sudo sh cmake-3.9.2-Linux-x86_64.sh -- --skip-license --prefix=/usr
27
26
28
27
script :
29
28
- mkdir build ; cd build
30
- - cat ~/.conan/settings.yml
31
- - conan install .. -r conan-community
32
- - . ./activate.sh
33
29
- cmake -DRPCLIB_ENABLE_COVERAGE=$COVERAGE -DRPCLIB_BUILD_TESTS=ON -DRPCLIB_CXX_STANDARD=$RPCLIB_CXX_STANDARD -DCMAKE_INSTALL_PREFIX=../install ..
34
30
- cmake --build . --config $BUILD_TYPE
35
31
- cmake --build . --target install
You can’t perform that action at this time.
0 commit comments