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

travis: test CMake export

parent db3ab8c3
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,14 @@ before_install: ./.travis/run before_install
install: pip install coveralls numpy
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- sudo free -m -t
- ls -l /usr/lib/x86_64-linux-gnu/libboost_python*
- ./.travis/run ../travis_custom/custom_build
- cd $root_dir/unittest/cmake
- mkdir build
- cd build
- cmake ..
- make
- ./extra_lib
- cd $build_dir
- 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