mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
[CI/CMake] Remove cmake build from ci
This commit is contained in:
@@ -264,9 +264,6 @@ install:
|
|||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/config
|
- cp -r $TRAVIS_BUILD_DIR/* libs/config
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
- cd ..
|
|
||||||
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/config.git boost-config-standalone
|
|
||||||
- mkdir cmake-build
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |-
|
- |-
|
||||||
@@ -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
|
- 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
|
- unset IFS
|
||||||
- ./b2 -j3 libs/config/test toolset=$TOOLSET cxxstd=$CXXSTD $CXXSTD_DIALECT
|
- ./b2 -j3 libs/config/test toolset=$TOOLSET cxxstd=$CXXSTD $CXXSTD_DIALECT
|
||||||
- cd ../cmake-build
|
|
||||||
- cmake ../boost-config-standalone/test/cmake
|
|
||||||
- cmake --build .
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Reference in New Issue
Block a user