Fixed appveyor build for recursive xmrigCC-common sub repo
This commit is contained in:
parent
88e70600d3
commit
69972df13b
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ platform: x64
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
# clone directory
|
# 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:
|
install:
|
||||||
- mkdir c:\xmrigCC-deps
|
- mkdir c:\xmrigCC-deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue