From a1f6206a4958a1cd5a14e84139790b9b27ac3e41 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Sep 2016 13:04:05 +0300 Subject: [PATCH] Do not checkout libs/bind, copy, because of pull requests. --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7d10a80..02fe282 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,9 +12,9 @@ branches: - develop install: - - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost - - cd boost - - git submodule init libs/bind + - cd .. + - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root + - cd boost-root - git submodule init libs/align - git submodule init libs/assert - git submodule init libs/config @@ -34,7 +34,7 @@ install: - git submodule init tools/inspect - git submodule update - cd libs\bind - - git checkout -q %APPVEYOR_REPO_COMMIT% + - xcopy %APPVEYOR_BUILD_FOLDER% /s /e /q - cd ..\.. - bootstrap - b2 headers