Changed download urls
This commit is contained in:
parent
19f7b8d5d7
commit
3ce89105da
1 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,7 @@ clone_folder: c:\xmrigCC
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir c:\xmrigCC-deps
|
- mkdir c:\xmrigCC-deps
|
||||||
- curl -sL https://github.com/Bendr0id/xmrigCC-deps/releases/download/v1/xmrigCC-deps.zip -o xmrigCC-deps.zip
|
- curl -sL https://github.com/Bendr0id/xmrigCC-deps/archive/v1.zip -o xmrigCC-deps.zip
|
||||||
- 7z x xmrigCC-deps.zip -o"c:\xmrigCC-deps" -y > nul
|
- 7z x xmrigCC-deps.zip -o"c:\xmrigCC-deps" -y > nul
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
@ -24,9 +24,8 @@ build_script:
|
||||||
- cd c:\xmrigCC
|
- cd c:\xmrigCC
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -G "Visual Studio 15 2017 Win64" -T v141,host=x64 -DUV_INCLUDE_DIR="c:\xmrigCC-deps\msvc2017\libuv\x64\include" -DUV_LIBRARY="c:\xmrigCC-deps\msvc2017\libuv\x64\lib\libuv.lib" -DMHD_INCLUDE_DIR="c:\xmrigCC-deps\msvc2017\libmicrohttpd\x64\include" -DMHD_LIBRARY="c:\xmrigCC-deps\msvc2017\libmicrohttpd\x64\lib\libmicrohttpd.lib" -DOPENSSL_MSVC_STATIC_RT=TRUE
|
- set CMAKE_PREFIX_PATH=c:\xmrigCC-deps\msvc2017\libuv\x64\;c:\xmrigCC-deps\msvc2017\libmicrohttpd\x64\;c:\xmrigCC-deps\msvc2017\openssl\x64\
|
||||||
- msbuild xmrig.sln /p:Configuration=Release
|
- cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
|
||||||
|
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cd c:\xmrigCC
|
- cd c:\xmrigCC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue