summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-07-21 21:20:18 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-07-21 21:20:18 +0200
commit1e0ea5d7cca6b2135f119dab52443a7354717f3a (patch)
tree3d6522efd251de107ff78f3068e5cf4a3afa2c00 /.appveyor.yml
parent2d8a889802c9fbef5432135d615c5275d7ca1c35 (diff)
downloadxmr-stak-1e0ea5d7cca6b2135f119dab52443a7354717f3a.zip
xmr-stak-1e0ea5d7cca6b2135f119dab52443a7354717f3a.tar.gz
fix appveyor tests
disable OpenSSL to pass the CI
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 22f692d..3f93c86 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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:
OpenPOWER on IntegriCloud