From 59b0379969d01cb928ab1ee7caaad6381a2c09b6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 May 2016 16:38:39 +0300 Subject: [PATCH] Commit ID is for the local repo, not superproject --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4edc625..ed90c40 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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