1
0
forked from boostorg/bind

Commit ID is for the local repo, not superproject

This commit is contained in:
Peter Dimov
2016-05-21 16:38:39 +03:00
parent 5ac488c223
commit 59b0379969

View File

@@ -10,9 +10,8 @@ branches:
- develop
install:
- git clone https://github.com/boostorg/boost.git boost
- git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost
- cd boost
- git checkout -q %APPVEYOR_REPO_COMMIT%
- git submodule init libs/bind
- git submodule init libs/assert
- git submodule init libs/config
@@ -31,6 +30,9 @@ install:
- git submodule init tools/build
- git submodule init tools/inspect
- git submodule update
- cd libs\bind
- git checkout -q %APPVEYOR_REPO_COMMIT%
- cd ..\..
- bootstrap
- b2 headers