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
|
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/build
|
- git submodule update --init tools/build
|
||||||
|
- git submodule update --init tools/boost_install
|
||||||
- git submodule update --init libs/config
|
- git submodule update --init libs/config
|
||||||
- git submodule update --init libs/core
|
- git submodule update --init libs/core
|
||||||
|
- git submodule update --init libs/headers
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/assert
|
- cp -r $TRAVIS_BUILD_DIR/* libs/assert
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
@@ -31,10 +31,11 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule init libs/config
|
- git submodule update --init tools/build
|
||||||
- git submodule init libs/core
|
- git submodule update --init tools/boost_install
|
||||||
- git submodule init tools/build
|
- git submodule update --init libs/config
|
||||||
- git submodule update
|
- git submodule update --init libs/core
|
||||||
|
- git submodule update --init libs/headers
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\assert\
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\assert\
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 -d0 headers
|
- b2 -d0 headers
|
||||||
|
Reference in New Issue
Block a user