This repository was archived by the owner on Apr 24, 2022. It is now read-only.
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,22 @@ branches:
4
4
- master
5
5
- /v\d+\..+/
6
6
- /release.*/
7
+ - appveyor
7
8
shallow_clone : true
8
9
os : Visual Studio 2015
9
10
configuration :
10
11
- Release
11
12
- RelWithDebInfo
12
- cache :
13
- - C:/.hunter/_Base/Cache -> CMakeLists.txt
13
+ environment :
14
+ GITHUB_USER_PASSWORD :
15
+ secure : VnpF1MH5MEFvUI5MiMMMFlmbDdst+bfom5ZFVgalYPp/SYDhbejjXJm9Dla/IgpC
14
16
15
17
install : |
16
18
appveyor DownloadFile https://github.com/ethereum/cpp-dependencies/releases/download/cache/CUDA-v8.0-WindowsServer2012.zip
17
19
7z x CUDA-v8.0-WindowsServer2012.zip -oC:/
18
20
set PATH=%PATH%;C:/CUDA/v8.0/bin
19
21
nvcc -V
22
+ pip install requests
20
23
before_build :
21
24
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DETHASHCUDA=ON
22
25
build_script :
@@ -27,6 +30,9 @@ after_build:
27
30
if ($env:configuration -ne "Release") {
28
31
Get-Item build/ethminer-*-Windows.* | Rename-Item -NewName { $_.name -Replace 'ethminer','ethminer-dbg' }
29
32
}
33
+ if (-not $env:appveyor_pull_request_number) {
34
+ cmake --build build --target hunter_upload_cache
35
+ }
30
36
31
37
artifacts :
32
38
- path : build/ethminer-*.zip
You can’t perform that action at this time.
0 commit comments