Reverted cloning script
This commit is contained in:
parent
e5b0a86203
commit
46435ce520
1 changed files with 2 additions and 6 deletions
|
@ -12,14 +12,10 @@ platform: x64
|
|||
configuration: Release
|
||||
|
||||
# clone directory
|
||||
clone_script:
|
||||
- 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
|
||||
clone_folder: c:\xmrigCC
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
- mkdir c:\xmrigCC-deps
|
||||
- curl -sL https://github.com/xmrig/xmrig-deps/releases/download/v2/xmrig-deps-v2.zip -o xmrigCC-deps-v2.zip
|
||||
- 7z x xmrigCC-deps-v2.zip -o"c:\xmrigCC-deps" -y > nul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue