Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jun 24, 2017
1 parent 2e1dc69 commit 6933286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ git:

before_install:
# Use sed to replace the SSH URL with the public URL, then initialize submodules.
- cat .gitmodules
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive

Expand All @@ -33,7 +32,7 @@ before_install:
- git clone git://github.com/open-source-parsers/jsoncpp.git
- mkdir -p jsoncpp/build
- cd jsoncpp/build
- cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" ../..
- cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" ..
- make
- sudo make install && sudo ldconfig
- cd ../../ && rm -rf jsoncpp
Expand Down

0 comments on commit 6933286

Please sign in to comment.