Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 922a959

Browse filesBrowse files
committed
ci: install cmake from official binary dist
1 parent 52e8328 commit 922a959
Copy full SHA for 922a959

File tree

1 file changed

+2
-6
lines changed
Filter options

1 file changed

+2
-6
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ before_install:
2121
install:
2222
- sudo apt-get install -qq g++-5
2323
- 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
2726

2827
script:
2928
- mkdir build ; cd build
30-
- cat ~/.conan/settings.yml
31-
- conan install .. -r conan-community
32-
- . ./activate.sh
3329
- cmake -DRPCLIB_ENABLE_COVERAGE=$COVERAGE -DRPCLIB_BUILD_TESTS=ON -DRPCLIB_CXX_STANDARD=$RPCLIB_CXX_STANDARD -DCMAKE_INSTALL_PREFIX=../install ..
3430
- cmake --build . --config $BUILD_TYPE
3531
- cmake --build . --target install

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.