forked from boostorg/assert
Update .yml files
This commit is contained in:
@ -48,8 +48,10 @@ install:
|
||||
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
|
||||
- cd boost-root
|
||||
- git submodule update --init tools/build
|
||||
- git submodule update --init tools/boost_install
|
||||
- git submodule update --init libs/config
|
||||
- git submodule update --init libs/core
|
||||
- git submodule update --init libs/headers
|
||||
- cp -r $TRAVIS_BUILD_DIR/* libs/assert
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
|
@ -31,10 +31,11 @@ install:
|
||||
- cd ..
|
||||
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
- cd boost-root
|
||||
- git submodule init libs/config
|
||||
- git submodule init libs/core
|
||||
- git submodule init tools/build
|
||||
- git submodule update
|
||||
- git submodule update --init tools/build
|
||||
- git submodule update --init tools/boost_install
|
||||
- git submodule update --init libs/config
|
||||
- git submodule update --init libs/core
|
||||
- git submodule update --init libs/headers
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\assert\
|
||||
- cmd /c bootstrap
|
||||
- b2 -d0 headers
|
||||
|
Reference in New Issue
Block a user