Skip to content

Commit

Permalink
ci: run tests from within sources dir
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Oct 17, 2019
1 parent 5b90eef commit 06183aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then cmake -DWITH_TESTS=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/local ..; fi
script:
- make
- ./josepp_test
- cd ..
- ./build/josepp_test
- cd build
- sudo make install
branches:
only:
Expand Down

0 comments on commit 06183aa

Please sign in to comment.