From 3651139cc156fa687d19da2c3e07d08eb426380e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 23 May 2017 19:16:06 +0100 Subject: [PATCH] Simplify appveyor.yml directory usage. --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8365a53a..4d4e0751 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,12 +25,10 @@ environment: install: - cd .. - - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - - cd boost-root + - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git . - git submodule update --init tools/build - git submodule update --init libs/config - git submodule update --init tools/boostdep - - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config - python tools/boostdep/depinst/depinst.py config - bootstrap - b2 headers