Fixed appveyor build for recursive xmrigCC-common sub repo
This commit is contained in:
parent
5bb5978c01
commit
3092fece7d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue