Fix appveyor windows build
This commit is contained in:
parent
a527bd43a9
commit
356152548b
1 changed files with 5 additions and 2 deletions
|
@ -13,8 +13,11 @@ 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: >-
|
||||||
- cmd: git checkout -qf %APPVEYOR_REPO_BRANCH%
|
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:
|
install:
|
||||||
- mkdir c:\xmrigCC-deps
|
- mkdir c:\xmrigCC-deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue