Updated appveyor version
This commit is contained in:
parent
b8fe729b52
commit
81fedde492
1 changed files with 4 additions and 6 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -1,5 +1,5 @@
|
||||||
# version format
|
# version format
|
||||||
version: 1.9.{build}
|
version: 2.0.{build}
|
||||||
|
|
||||||
# build only tags
|
# build only tags
|
||||||
skip_non_tags: true
|
skip_non_tags: true
|
||||||
|
@ -15,17 +15,15 @@ configuration: Release
|
||||||
clone_folder: c:\xmrigCC
|
clone_folder: c:\xmrigCC
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir c:\xmrigCC-deps
|
- curl -sL https://github.com/xmrig/xmrig-deps/archive/v3.5.zip -o xmrig-deps.zip
|
||||||
- curl -sL https://github.com/Bendr0id/xmrigCC-deps/releases/download/v3/xmrigCC-deps.zip -o xmrigCC-deps.zip
|
- 7z x xmrig-deps.zip -o"c:\" -y > nul
|
||||||
- 7z x xmrigCC-deps.zip -o"c:\xmrigCC-deps" -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:\xmrigCC
|
- cd c:\xmrigCC
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- set CMAKE_PREFIX_PATH=c:\xmrigCC-deps\msvc2017\libuv\x64\;c:\xmrigCC-deps\msvc2017\libmicrohttpd\x64\;c:\xmrigCC-deps\msvc2017\openssl\x64\
|
- cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 .. -DXMRIG_DEPS=c:\xmrig-deps-3.5\msvc2017\x64
|
||||||
- cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
|
|
||||||
- msbuild xmrig.sln /p:Configuration=Release
|
- msbuild xmrig.sln /p:Configuration=Release
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue