11# image
2- image : Visual Studio 2015
2+ image : Visual Studio 2017
33
44# build platform
55platform : x64
@@ -9,25 +9,26 @@ clone_folder: c:\xmr-stak
99
1010install :
1111 - mkdir c:\xmr-stak-dep
12- - curl -sL https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip -o xmr-stak-dep.zip
13- - 7z x xmr-stak-dep.zip -o"c:\xmr-stak-dep" -y > nul
14- - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/prod/local_installers/cuda_8.0.44_windows-exe -FileName cuda_8.0.44_windows.exe
15- - cuda_8.0.44_windows.exe -s compiler_8.0 cudart_8.0 nvrtc_8.0 nvrtc_dev_8.0
16- - set PATH=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin;%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\libnvvp;%PATH%
12+ - curl -sL https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip -o xmr-stak-dep.zip
13+ - 7z x xmr-stak-dep.zip -o"c:\" -y > nul
14+ - dir c:\xmr-stak-dep
15+ - appveyor DownloadFile "https://developer.nvidia.com/compute/cuda/10.1/Prod/network_installers/cuda_10.1.105_win10_network.exe" -FileName install_cuda.exe
16+ - install_cuda.exe -s nvcc_10.1 cudart_10.1
17+ - set PATH=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin;%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v10.1\libnvvp;%PATH%
1718 - nvcc -V
1819
1920build_script :
20- - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsMSBuildCmd .bat"
21+ - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall .bat" x64 -vcvars_ver=14.11
2122 - cd c:\xmr-stak
2223 - mkdir build
2324 - cd build
2425 - set CMAKE_PREFIX_PATH=C:\xmr-stak-dep\hwloc;C:\xmr-stak-dep\libmicrohttpd;C:\xmr-stak-dep\openssl;
25- - cmake -G "Visual Studio 14 2015 Win64" -T v140 ,host=x64 .. -DCUDA_ARCH=30
26+ - cmake -G "Visual Studio 15 2017 Win64" -T v141 ,host=x64 .. -DCUDA_ARCH=35
2627 - cmake --build . --config Release --target install
2728
2829test_script :
2930 - cd c:\xmr-stak\build\bin\Release
3031 - dir
3132 - copy C:\xmr-stak-dep\openssl\bin\* .
3233 - set XMRSTAK_NOWAIT=1
33- - xmr-stak.exe --help --noUAC
34+ - xmr-stak-rx .exe --help --noUAC
0 commit comments