File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -302,8 +302,9 @@ matrix:
302
302
env : CMAKE_TEST=1
303
303
script :
304
304
- mkdir __build__ && cd __build__
305
- - cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=preprocessor ..
306
- - ctest --output-on-failure -R boost_preprocessor
305
+ - cmake -DBUILD_TESTING=ON -DBOOST_INCLUDE_LIBRARIES=preprocessor ..
306
+ - cmake --build . --target tests
307
+ - ctest --output-on-failure
307
308
308
309
- os : linux
309
310
env : CMAKE_SUBDIR_TEST=1
@@ -317,8 +318,9 @@ matrix:
317
318
- os : linux
318
319
env : CMAKE_INSTALL_TEST=1
319
320
script :
321
+ - pip install --user cmake
320
322
- mkdir __build__ && cd __build__
321
- - cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 - DBOOST_INCLUDE_LIBRARIES=preprocessor -DCMAKE_INSTALL_PREFIX=~/.local ..
323
+ - cmake -DBOOST_INCLUDE_LIBRARIES=preprocessor -DCMAKE_INSTALL_PREFIX=~/.local ..
322
324
- cmake --build . --target install
323
325
- cd ../libs/preprocessor/test/cmake_install_test && mkdir __build__ && cd __build__
324
326
- cmake -DCMAKE_INSTALL_PREFIX=~/.local ..
You can’t perform that action at this time.
0 commit comments