mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Add appveyor windows deployment script
This commit is contained in:
parent
5db142530b
commit
a96028bdc8
1 changed files with 12 additions and 0 deletions
12
appveyor.yml
12
appveyor.yml
|
|
@ -30,7 +30,19 @@ install:
|
|||
|
||||
build_script:
|
||||
- go run build\ci.go install
|
||||
- 7z a multi-geth-win64.zip build/bin/geth.exe
|
||||
- ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256
|
||||
- ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 | Out-File multi-geth-win64.zip.sha256
|
||||
|
||||
test_script:
|
||||
- set CGO_ENABLED=1
|
||||
- go run build\ci.go test -coverage
|
||||
|
||||
deploy:
|
||||
artifact: /multi-geth-win64\.zip.*/
|
||||
auth_token:
|
||||
secure: Or4bHgwveQXAjhl+UM1iRUsy5/zbcrk3lUDFFl0nOUyhyuf5PZuvBaEdR2bRW6nv
|
||||
draft: true
|
||||
on:
|
||||
appveyor_repo_tag: true
|
||||
provider: GitHub
|
||||
|
|
|
|||
Loading…
Reference in a new issue