mirror of
https://github.com/boostorg/core.git
synced 2025-05-12 05:31:40 +00:00
Fix Travis configurations
This commit is contained in:
parent
cb94f76a5e
commit
a13a82f8c1
@ -143,7 +143,7 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode11.3
|
osx_image: xcode11.3
|
||||||
compiler: clang++
|
compiler: clang++
|
||||||
env: UBSAN=1 TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z ADDRMD=32,64 UBSAN_OPTIONS=print_stacktrace=1
|
env: UBSAN=1 TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z UBSAN_OPTIONS=print_stacktrace=1
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CMAKE_TEST=1
|
env: CMAKE_TEST=1
|
||||||
@ -192,7 +192,7 @@ install:
|
|||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
- git submodule init tools/cmake
|
- git submodule init tools/cmake
|
||||||
- git submodule update --jobs 4
|
- git submodule update
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/core
|
- cp -r $TRAVIS_BUILD_DIR/* libs/core
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user