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 db3ab8c commit 7065950Copy full SHA for 7065950
.travis.yml
@@ -54,8 +54,14 @@ before_install: ./.travis/run before_install
54
install: pip install coveralls numpy
55
script:
56
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
57
- - sudo free -m -t
58
- - ls -l /usr/lib/x86_64-linux-gnu/libboost_python*
59
- ./.travis/run ../travis_custom/custom_build
+ - cd $root_dir/unittest/cmake
+ - mkdir build
60
+ - cd build
61
+ - cmake ..
62
+ - make
63
+ - ./extra_lib
64
+ - cd $build_dir
65
+ - make uninstall
66
after_failure: ./.travis/run after_failure
67
after_success: ./.travis/run after_success
0 commit comments