Rollback cmake tests until they are good;

This commit is contained in:
Vicente J. Botet Escriba 2019-05-11 17:31:34 +02:00
parent 10d749de93
commit 818c7febe3

View File

@ -313,11 +313,11 @@ script:
- |-
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
- ./b2 libs/ratio/test toolset=$TOOLSET
- mkdir __build__ && cd __build__
- export CXX=$COMPILER
- cmake -DBOOST_RATIO_INCLUDE_TESTS=ON ../libs/ratio/test/test_cmake
- cmake --build .
- ctest .
#- mkdir __build__ && cd __build__
#- export CXX=$COMPILER
#- cmake -DBOOST_RATIO_INCLUDE_TESTS=ON ../libs/ratio/test/test_cmake
#- cmake --build .
#- ctest .
notifications:
email: