Update .appveyor.yml
Update xmrig-deps version in url
This commit is contained in:
parent
a6019e61e0
commit
cf54b58608
1 changed files with 5 additions and 5 deletions
|
@ -12,17 +12,17 @@ configuration: Release
|
||||||
clone_folder: c:\xmrig
|
clone_folder: c:\xmrig
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir c:\xmrig-deps-3.0
|
- mkdir c:\xmrig-deps
|
||||||
- curl -sL https://github.com/xmrig/xmrig-deps/archive/v3.0.zip -o xmrig-deps-3.0.zip
|
- curl -sL https://github.com/xmrig/xmrig-deps/archive/v3.3.zip -o xmrig-deps.zip
|
||||||
- 7z x xmrig-deps-3.0.zip -o"c:\" -y > nul
|
- 7z x xmrig-deps.zip -o"c:\" -y > nul
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
|
||||||
- cd c:\xmrig
|
- cd c:\xmrig
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- set CMAKE_PREFIX_PATH=c:\xmrig-deps-3.0\msvc2017\x64\
|
- set CMAKE_PREFIX_PATH=c:\xmrig-deps\msvc2017\x64\
|
||||||
- cmake .. -G "Visual Studio 15 2017 Win64" -DXMRIG_DEPS=c:\xmrig-deps-3.0\msvc2017\x64
|
- cmake .. -G "Visual Studio 15 2017 Win64" -DXMRIG_DEPS=c:\xmrig-deps\msvc2017\x64
|
||||||
- msbuild xmrig.sln /p:Configuration=Release
|
- msbuild xmrig.sln /p:Configuration=Release
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue