Skip to content

Commit 7065950

Browse files
committed
travis: test CMake export
1 parent db3ab8c commit 7065950

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ before_install: ./.travis/run before_install
5454
install: pip install coveralls numpy
5555
script:
5656
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
57-
- sudo free -m -t
58-
- ls -l /usr/lib/x86_64-linux-gnu/libboost_python*
5957
- ./.travis/run ../travis_custom/custom_build
58+
- cd $root_dir/unittest/cmake
59+
- mkdir build
60+
- cd build
61+
- cmake ..
62+
- make
63+
- ./extra_lib
64+
- cd $build_dir
65+
- make uninstall
6066
after_failure: ./.travis/run after_failure
6167
after_success: ./.travis/run after_success

0 commit comments

Comments
 (0)