Skip to content

Commit

Permalink
Travis: Use CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Mar 9, 2020
1 parent 20fffc4 commit f5ab99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ matrix:

script:
- mkdir -p build; cd build;
- cmake -DCMAKE_BUILD_TYPE:STRING="Debug" ${CMAKE_EXTRA_ARGS} ../
- cmake -DCMAKE_INSTALL_PREFIX:PATH="$TRAVIS_OS_NAME-x64" -DCMAKE_BUILD_TYPE:STRING="Debug" ${CMAKE_EXTRA_ARGS} ../
- make VERBOSE=1
- make ${TEST_TARGET}
- make install DESTDIR="$BUILD_VERSION"
- make install
- cd ..

after_success:
Expand Down

0 comments on commit f5ab99f

Please sign in to comment.