Fix appveyor windows build

This commit is contained in:
BenDroid 2017-11-06 21:16:46 +01:00
parent 365c0c571a
commit a0f9983e41

View file

@ -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