From a0f9983e415ae79fe1380c5604883d11b0fda685 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Mon, 6 Nov 2017 21:16:46 +0100 Subject: [PATCH] Fix appveyor windows build --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f89d4aa3..ea8a6f54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,8 +13,11 @@ configuration: Release # clone directory clone_script: -- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git c:\xmrigCC -- cmd: git checkout -qf %APPVEYOR_REPO_BRANCH% +- cmd: >- + git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER% + cd %APPVEYOR_BUILD_FOLDER% + git checkout -qf %APPVEYOR_REPO_COMMIT% + git submodule update --init --recursive install: - mkdir c:\xmrigCC-deps