forked from boostorg/core
Remove duplicate Travis job
This commit is contained in:
@ -280,15 +280,6 @@ matrix:
|
|||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cmake --build . --target check
|
- cmake --build . --target check
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: g++
|
|
||||||
env: CMAKE_SUBDIR_TEST=1
|
|
||||||
script:
|
|
||||||
- cd libs/core/test/cmake_subdir_test && mkdir __build__ && cd __build__
|
|
||||||
- cmake ..
|
|
||||||
- cmake --build .
|
|
||||||
- cmake --build . --target check
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- BOOST_BRANCH=develop
|
- BOOST_BRANCH=develop
|
||||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
||||||
|
Reference in New Issue
Block a user