Removed libcurl dependencies from appveyor build
This commit is contained in:
parent
1cf1e38077
commit
a67dacd9df
1 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ install:
|
|||
- 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
|
||||
- vcpkg install curl:x64-windows
|
||||
|
||||
|
||||
build_script:
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
|
||||
- cd c:\xmrigCC
|
||||
|
@ -32,7 +31,7 @@ build_script:
|
|||
|
||||
after_build:
|
||||
- cd c:\xmrigCC
|
||||
- cmd: 7z a xmrigCC-win64.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "C:\Tools\vcpkg\installed\x64-windows\lib\*.dll" "c:\xmrigCC\index.html"
|
||||
- cmd: 7z a xmrigCC-win64.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "c:\xmrigCC\index.html"
|
||||
- cmd: dir
|
||||
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue