mirror of
https://github.com/boostorg/boostdep.git
synced 2026-01-19 04:02:14 +00:00
Do not run boostdep, it returns -1 without arguments and fails the job
This commit is contained in:
@@ -46,7 +46,6 @@ matrix:
|
||||
- mkdir __build__ && cd __build__
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~ ..
|
||||
- cmake --build . --target install
|
||||
- ~/bin/boostdep
|
||||
|
||||
install:
|
||||
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
|
||||
|
||||
Reference in New Issue
Block a user