diff --git a/.appveyor.yml b/.appveyor.yml index 981f13772..7831d4eef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -65,9 +65,9 @@ for: - call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1 - cd "%XMR_DEP%" - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/Prod2/network_installers/cuda_8.0.61_win10_network-exe -FileName cuda80.exe + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/Prod2/network_installers/cuda_8.0.61_windows_network-exe -FileName cuda80.exe - 7z x xmr-stak-dep.zip -o"v140" -y > nul - - cuda80 -s compiler_8.0 visual_studio_integration_8.0 cudart_8.0 + - cuda80.exe -s compiler_8.0 visual_studio_integration_8.0 cudart_8.0 - nvcc -V - cd "%XMR_BLD%" - cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%" @@ -84,14 +84,14 @@ for: - call "%VS14DIR%\Common7\Tools\VsMSBuildCmd.bat" - call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1 - cd "%XMR_DEP%" - - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip - - 7z x xmr-stak-dep.zip -o"v140" -y > nul - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/network_installers/cuda_9.0.176_win10_network-exe -FileName cuda90.exe - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/patches/3/cuda_9.0.176.3_windows-exe -FileName cuda90p3.exe - - cuda90 -s compiler_9.0 visual_studio_integration_9.0 cudart_9.0 + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/network_installers/cuda_9.0.176_windows_network-exe -FileName cuda90.exe + - cuda90.exe -s compiler_9.0 visual_studio_integration_9.0 cudart_9.0 - nvcc -V - - cuda90p3 -s compiler_9.0 + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/patches/3/cuda_9.0.176.3_windows-exe -FileName cuda90p3.exe + - cuda90p3.exe -s compiler_9.0 - nvcc -V + - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip + - 7z x xmr-stak-dep.zip -o"v140" -y > nul - cd "%XMR_BLD%" - cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%" - cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install @@ -107,14 +107,14 @@ for: - call "%VS14DIR%\Common7\Tools\VsMSBuildCmd.bat" - call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1 - cd "%XMR_DEP%" - - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip - - 7z x xmr-stak-dep.zip -o"v140" -y > nul - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/network_installers/cuda_9.1.85_win10_network -FileName cuda91.exe - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/2/cuda_9.1.85.2_windows -FileName cuda91p2.exe + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/network_installers/cuda_9.1.85_windows_network -FileName cuda91.exe - cuda91 -s nvcc_9.1 visual_studio_integration_9.1 cudart_9.1 - nvcc -V + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/2/cuda_9.1.85.2_windows -FileName cuda91p2.exe - cuda91p2 -s nvcc_9.1 - nvcc -V + - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip + - 7z x xmr-stak-dep.zip -o"v140" -y > nul - cd "%XMR_BLD%" - cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%" - cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install @@ -130,11 +130,11 @@ for: - call "%VS14DIR%\Common7\Tools\VsMSBuildCmd.bat" - call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1 - cd "%XMR_DEP%" - - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip - - 7z x xmr-stak-dep.zip -o"v140" -y > nul - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.2/Prod2/network_installers2/cuda_9.2.148_win10_network -FileName cuda92.exe + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.2/Prod2/network_installers2/cuda_9.2.148_windows_network -FileName cuda92.exe - cuda92 -s nvcc_9.2 visual_studio_integration_9.2 cudart_9.2 - nvcc -V + - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip + - 7z x xmr-stak-dep.zip -o"v140" -y > nul - cd "%XMR_BLD%" - cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%" - cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install @@ -154,11 +154,11 @@ for: build_script: - call "%VS15DIR%\VC\Auxiliary\Build\vcvars64.bat" x64 -vcvars_ver=%VCVARSV% - cd "%XMR_DEP%" - - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip - - 7z x xmr-stak-dep.zip -o"v141" -y > nul - - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/10.0/Prod/network_installers/cuda_10.0.130_win10_network -FileName cuda100.exe + - appveyor DownloadFile https://developer.nvidia.com/compute/cuda/10.0/Prod/network_installers/cuda_10.0.130_windows_network -FileName cuda100.exe - cuda100 -s nvcc_10.0 visual_studio_integration_10.0 cudart_10.0 - nvcc -V + - appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip + - 7z x xmr-stak-dep.zip -o"v141" -y > nul - cd "%XMR_BLD%" - cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%" - cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install