From 9d084e53102ef88c69536b52c2dbefa5390e8953 Mon Sep 17 00:00:00 2001 From: Mike Dev Date: Thu, 27 Sep 2018 18:17:22 +0200 Subject: [PATCH] [CI/CMake] Remove cmake build from ci --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43de396e..9692e361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -264,10 +264,7 @@ install: - cp -r $TRAVIS_BUILD_DIR/* libs/config - ./bootstrap.sh - ./b2 headers - - cd .. - - git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/config.git boost-config-standalone - - mkdir cmake-build - + script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam @@ -275,9 +272,6 @@ script: - for CXXLOCAL in $CXXSTD; do (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET cxxstd=$CXXLOCAL $CXXSTD_DIALECT && echo With Standard Version $CXXLOCAL && ./config_info_travis && rm ./config_info_travis) done - unset IFS - ./b2 -j3 libs/config/test toolset=$TOOLSET cxxstd=$CXXSTD $CXXSTD_DIALECT - - cd ../cmake-build - - cmake ../boost-config-standalone/test/cmake - - cmake --build . notifications: email: