Skip to content

Commit

Permalink
Reverted cloning script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Nov 6, 2017
1 parent e5b0a86 commit 46435ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46435ce

Please sign in to comment.