mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Remove ci_boost_test_library jobs from .travis.yml; add ci_boost_build job using the release layout
This commit is contained in:
parent
3e9954672d
commit
e6b2a79e7e
1 changed files with 9 additions and 5 deletions
14
.travis.yml
14
.travis.yml
|
@ -65,13 +65,17 @@ matrix:
|
|||
- env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11
|
||||
compiler: g++
|
||||
|
||||
# Run tests for the library updated by this commit.
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
|
||||
# Build Boost with release layout
|
||||
- env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11 RELEASE=1
|
||||
compiler: g++
|
||||
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
|
||||
compiler: clang++
|
||||
|
||||
# # Run tests for the library updated by this commit.
|
||||
# - env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
|
||||
# compiler: g++
|
||||
#
|
||||
# - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
|
||||
# compiler: clang++
|
||||
#
|
||||
# # Library requirements tests.
|
||||
# - env: SCRIPT=ci_boost_library_check
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue