Fixed build for tag

This commit is contained in:
BenDroid 2017-11-06 21:15:16 +01:00
parent 3092fece7d
commit a527bd43a9

View file

@ -14,7 +14,7 @@ configuration: Release
# clone directory # clone directory
clone_script: clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git c:\xmrigCC - 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% - cmd: git checkout -qf %APPVEYOR_REPO_BRANCH%
install: install:
- mkdir c:\xmrigCC-deps - mkdir c:\xmrigCC-deps