Skip to content

Commit

Permalink
fix appveyor tests
Browse files Browse the repository at this point in the history
disable OpenSSL to pass the CI
  • Loading branch information
psychocrypt committed Jul 21, 2017
1 parent 2d8a889 commit 1e0ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e0ea5d

Please sign in to comment.