Skip to content

Commit bd6f85f

Browse files
committed
try the win8 installers even though this is supposed to be win10 level
1 parent ebffae2 commit bd6f85f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.appveyor.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ for:
6565
- call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1
6666
- cd "%XMR_DEP%"
6767
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
68-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/Prod2/network_installers/cuda_8.0.61_win10_network-exe -FileName cuda80.exe
68+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/Prod2/network_installers/cuda_8.0.61_windows_network-exe -FileName cuda80.exe
6969
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
70-
- cuda80 -s compiler_8.0 visual_studio_integration_8.0 cudart_8.0
70+
- cuda80.exe -s compiler_8.0 visual_studio_integration_8.0 cudart_8.0
7171
- nvcc -V
7272
- cd "%XMR_BLD%"
7373
- cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%"
@@ -84,14 +84,14 @@ for:
8484
- call "%VS14DIR%\Common7\Tools\VsMSBuildCmd.bat"
8585
- call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1
8686
- cd "%XMR_DEP%"
87-
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
88-
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
89-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/network_installers/cuda_9.0.176_win10_network-exe -FileName cuda90.exe
90-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/patches/3/cuda_9.0.176.3_windows-exe -FileName cuda90p3.exe
91-
- cuda90 -s compiler_9.0 visual_studio_integration_9.0 cudart_9.0
87+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/network_installers/cuda_9.0.176_windows_network-exe -FileName cuda90.exe
88+
- cuda90.exe -s compiler_9.0 visual_studio_integration_9.0 cudart_9.0
9289
- nvcc -V
93-
- cuda90p3 -s compiler_9.0
90+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.0/Prod/patches/3/cuda_9.0.176.3_windows-exe -FileName cuda90p3.exe
91+
- cuda90p3.exe -s compiler_9.0
9492
- nvcc -V
93+
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
94+
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
9595
- cd "%XMR_BLD%"
9696
- cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%"
9797
- cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install
@@ -107,14 +107,14 @@ for:
107107
- call "%VS14DIR%\Common7\Tools\VsMSBuildCmd.bat"
108108
- call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1
109109
- cd "%XMR_DEP%"
110-
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
111-
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
112-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/network_installers/cuda_9.1.85_win10_network -FileName cuda91.exe
113-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/2/cuda_9.1.85.2_windows -FileName cuda91p2.exe
110+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/network_installers/cuda_9.1.85_windows_network -FileName cuda91.exe
114111
- cuda91 -s nvcc_9.1 visual_studio_integration_9.1 cudart_9.1
115112
- nvcc -V
113+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/2/cuda_9.1.85.2_windows -FileName cuda91p2.exe
116114
- cuda91p2 -s nvcc_9.1
117115
- nvcc -V
116+
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
117+
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
118118
- cd "%XMR_BLD%"
119119
- cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%"
120120
- cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install
@@ -130,11 +130,11 @@ for:
130130
- call "%VS14DIR%\Common7\Tools\VsMSBuildCmd.bat"
131131
- call "%VS14DIR%\VC\vcvarsall.bat" x64 8.1
132132
- cd "%XMR_DEP%"
133-
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
134-
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
135-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.2/Prod2/network_installers2/cuda_9.2.148_win10_network -FileName cuda92.exe
133+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9.2/Prod2/network_installers2/cuda_9.2.148_windows_network -FileName cuda92.exe
136134
- cuda92 -s nvcc_9.2 visual_studio_integration_9.2 cudart_9.2
137135
- nvcc -V
136+
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip
137+
- 7z x xmr-stak-dep.zip -o"v140" -y > nul
138138
- cd "%XMR_BLD%"
139139
- cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%"
140140
- cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install
@@ -154,11 +154,11 @@ for:
154154
build_script:
155155
- call "%VS15DIR%\VC\Auxiliary\Build\vcvars64.bat" x64 -vcvars_ver=%VCVARSV%
156156
- cd "%XMR_DEP%"
157-
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip
158-
- 7z x xmr-stak-dep.zip -o"v141" -y > nul
159-
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/10.0/Prod/network_installers/cuda_10.0.130_win10_network -FileName cuda100.exe
157+
- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/10.0/Prod/network_installers/cuda_10.0.130_windows_network -FileName cuda100.exe
160158
- cuda100 -s nvcc_10.0 visual_studio_integration_10.0 cudart_10.0
161159
- nvcc -V
160+
- appveyor DownloadFile https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip
161+
- 7z x xmr-stak-dep.zip -o"v141" -y > nul
162162
- cd "%XMR_BLD%"
163163
- cmake -G "%G_ARG%" -T %TOOLSET%,host=x64,cuda=%cuda% -DCUDA_ARCH=%ARCHLIST% -DCUDA_SHOW_REGISTER=ON "%XMR_SRC%"
164164
- cmake --build "%XMR_BLD%" --config %CONFIGURATION% --target install

0 commit comments

Comments
 (0)