Skip to content
Snippets Groups Projects
Verified Commit d52e5c72 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: fix path

parent 2ab3292c
No related branches found
No related tags found
No related merge requests found
......@@ -55,13 +55,13 @@ install: pip install coveralls numpy
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- ./.travis/run ../travis_custom/custom_build
- cd $root_dir/unittest/cmake
- cd $TRAVIS_BUILD_DIR/unittest/cmake
- mkdir build
- cd build
- cmake ..
- make
- ./extra_lib
- cd $build_dir
- cd /tmp/_ci/build
- make uninstall
after_failure: ./.travis/run after_failure
after_success: ./.travis/run after_success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment