forked from boostorg/config
Update CI scripts to cope with new submodule layout.
This commit is contained in:
@@ -257,6 +257,8 @@ install:
|
|||||||
- 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 update --init tools/build
|
- git submodule update --init tools/build
|
||||||
|
- git submodule update --init tools/boost_install
|
||||||
|
- git submodule update --init libs/headers
|
||||||
- git submodule update --init libs/detail
|
- git submodule update --init libs/detail
|
||||||
- git submodule update --init libs/core
|
- git submodule update --init libs/core
|
||||||
- git submodule update --init libs/assert
|
- git submodule update --init libs/assert
|
||||||
|
@@ -52,6 +52,8 @@ install:
|
|||||||
- cd boost-root
|
- cd boost-root
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config
|
||||||
- git submodule update --init tools/build
|
- git submodule update --init tools/build
|
||||||
|
- git submodule update --init tools/boost_install
|
||||||
|
- git submodule update --init libs/headers
|
||||||
- git submodule update --init libs/detail
|
- git submodule update --init libs/detail
|
||||||
- git submodule update --init libs/core
|
- git submodule update --init libs/core
|
||||||
- git submodule update --init libs/assert
|
- git submodule update --init libs/assert
|
||||||
|
Reference in New Issue
Block a user