Fix appveyor windows build
This commit is contained in:
parent
365c0c571a
commit
a0f9983e41
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue