summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 21:55:24 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 23:46:08 +0200
commit1d1eff2d8f60a9df2793d76b7307545434034c5f (patch)
tree57e67322f90326886215bad5aafa7370c5f5a080 /.appveyor.yml
parentc30c258b91b95021443fdfd40d3075cd259a3cef (diff)
downloadxmr-stak-1d1eff2d8f60a9df2793d76b7307545434034c5f.zip
xmr-stak-1d1eff2d8f60a9df2793d76b7307545434034c5f.tar.gz
fix CI tests
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 381e544..2c32279 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,7 +5,7 @@ image: Visual Studio 2017
platform: x64
# clone directory
-clone_folder: c:\xmr-stak-cpu
+clone_folder: c:\xmr-stak
install:
- mkdir c:\xmr-stak-dep
@@ -14,15 +14,14 @@ install:
build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
- - cd c:\xmr-stak-cpu
+ - cd c:\xmr-stak
- mkdir build
- cd build
- set CMAKE_PREFIX_PATH=C:\xmr-stak-dep\hwloc;C:\xmr-stak-dep\libmicrohttpd;C:\xmr-stak-dep\openssl;
- - cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
- - msbuild xmr-stak-cpu.sln /p:Configuration=Release
+ - cmake -G "Visual Studio 15 2017 Win64" -T v140,host=x64 -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF ..
+ - cmake --build . --config Release --target install
test_script:
- cd c:\xmr-stak-cpu\build\bin\Release
- dir
- - copy ..\..\..\config.txt .
-# - xmr-stak-cpu.exe
+# - xmr-stak.exe
OpenPOWER on IntegriCloud