From 818c7febe3cd9e7013e63ecc82d702ea712446d1 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sat, 11 May 2019 17:31:34 +0200 Subject: [PATCH] Rollback cmake tests until they are good; --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48e0f3e..6364ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -313,11 +313,11 @@ script: - |- echo "using $TOOLSET : : $COMPILER : -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: