Update .yml files

This commit is contained in:
Peter Dimov
2018-12-18 20:28:50 +02:00
parent dc90d0afb3
commit 10d1271e5b
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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