Skip to content
Snippets Groups Projects
Commit 1e0ea5d7 authored by psychocrypt's avatar psychocrypt
Browse files

fix appveyor tests

disable OpenSSL to pass the CI
parent 2d8a8898
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
- cd c:\xmr-stak-cpu
- set CMAKE_PREFIX_PATH=C:\xmr-stak-dep\hwloc-win64-build-1.11.7;C:\xmr-stak-dep\libmicrohttpd-0.9.55-w32-bin\x86_64\VS2017\Release-static;
- cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 .
- cmake -DOpenSSL_ENABLE=OFF -G "Visual Studio 15 2017 Win64" -T v141,host=x64 .
- msbuild xmr-stak-cpu.sln /p:Configuration=Release
test_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment