mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Add LIB=thread, CHECK_DEPENDENCIES=1 to Travis
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -13,8 +13,21 @@ branches:
|
||||
- /feature\/.*/
|
||||
|
||||
env:
|
||||
- LIB=system
|
||||
- LIB=filesystem
|
||||
matrix:
|
||||
- BOGUS_JOB=true
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- env: BOGUS_JOB=true
|
||||
|
||||
include:
|
||||
- env: LIB=system
|
||||
- env: LIB=filesystem
|
||||
- env: LIB=thread
|
||||
- env: CHECK_DEPENDENCIES=1 LIB=../tools/boostdep
|
||||
script:
|
||||
- ./b2 tools/boostdep/build//install
|
||||
- dist/bin/boostdep --list-buildable-dependencies | diff -u tools/boost_install/boost-install-dependencies.jam -
|
||||
|
||||
install:
|
||||
- BOOST_BRANCH=feature/cmake-config
|
||||
|
||||
Reference in New Issue
Block a user