Fixing mvsc build server breaks
This commit is contained in:
parent
e3d647859c
commit
e9b2a73635
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ build_script:
|
|||
- cd c:\xmrigCC
|
||||
- mkdir 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\
|
||||
- set CMAKE_PREFIX_PATH=c:\xmrigCC-deps\msvc2017\libuv\x64\;c:\xmrigCC-deps\msvc2017\libmicrohttpd\x64\;c:\xmrigCC-deps\msvc2017\openssl\x64\C:\Tools\vcpkg\installed\x64-windows\
|
||||
- cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
|
||||
- msbuild xmrig.sln /p:Configuration=Release
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue