forked from boostorg/bind
Do not checkout libs/bind, copy, because of pull requests.
This commit is contained in:
@@ -12,9 +12,9 @@ branches:
|
|||||||
- develop
|
- develop
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost
|
- cd ..
|
||||||
- cd boost
|
- git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root
|
||||||
- git submodule init libs/bind
|
- cd boost-root
|
||||||
- git submodule init libs/align
|
- git submodule init libs/align
|
||||||
- git submodule init libs/assert
|
- git submodule init libs/assert
|
||||||
- git submodule init libs/config
|
- git submodule init libs/config
|
||||||
@@ -34,7 +34,7 @@ install:
|
|||||||
- git submodule init tools/inspect
|
- git submodule init tools/inspect
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd libs\bind
|
- cd libs\bind
|
||||||
- git checkout -q %APPVEYOR_REPO_COMMIT%
|
- xcopy %APPVEYOR_BUILD_FOLDER% /s /e /q
|
||||||
- cd ..\..
|
- cd ..\..
|
||||||
- bootstrap
|
- bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
Reference in New Issue
Block a user