Skip to content

Commit

Permalink
adds manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jun 22, 2017
1 parent da714da commit b49aae7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ git:
before_install:
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
- git clone git://github.com/cinemast/libjson-rpc-cpp.git
- mkdir -p libjson-rpc-cpp/build
- cd libjson-rpc-cpp/build
- cmake .. && make
- make install

matrix:
include:
Expand All @@ -29,5 +34,4 @@ matrix:
- clang-3.7
- cmake
- libboost-all-dev
- libjson-rpc-cpp-dev
env: COMPILER=clang++-3.7

0 comments on commit b49aae7

Please sign in to comment.