Fixed appveyor build for recursive xmrigCC-common sub repo

This commit is contained in:
BenDroid 2017-11-06 21:10:06 +01:00
parent 88e70600d3
commit 69972df13b

View file

@ -12,7 +12,9 @@ platform: x64
configuration: Release
# clone directory
clone_folder: c:\xmrigCC
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_COMMIT%
install:
- mkdir c:\xmrigCC-deps