We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab3292 commit d52e5c7Copy full SHA for d52e5c7
.travis.yml
@@ -55,13 +55,13 @@ install: pip install coveralls numpy
55
script:
56
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
57
- ./.travis/run ../travis_custom/custom_build
58
- - cd $root_dir/unittest/cmake
+ - cd $TRAVIS_BUILD_DIR/unittest/cmake
59
- mkdir build
60
- cd build
61
- cmake ..
62
- make
63
- ./extra_lib
64
- - cd $build_dir
+ - cd /tmp/_ci/build
65
- make uninstall
66
after_failure: ./.travis/run after_failure
67
after_success: ./.travis/run after_success
0 commit comments