Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Manual install catch
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Aug 30, 2018
1 parent 9068ade commit 6a52918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -101,7 +101,7 @@ install:
# - cmake .. -DCATCH_BUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX:PATH="${PWD}"/opt
# - make install
- mkdir -p opt/include/catch2
- cp ../include/catch.hpp opt/include/catch2/
- cp -r ../include/* opt/include/catch2/
- export INCLUDE_PATH="${PWD}"/opt/include:"${INCLUDE_PATH}"
- cd ../..
# build and run test
Expand Down

0 comments on commit 6a52918

Please sign in to comment.