mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
update appveyor file
This commit is contained in:
parent
3b67602c4c
commit
d16252a3cb
1 changed files with 11 additions and 0 deletions
11
appveyor.yml
11
appveyor.yml
|
|
@ -1,6 +1,16 @@
|
||||||
clone_depth: 5
|
clone_depth: 5
|
||||||
version: "{branch}.{build}"
|
version: "{branch}.{build}"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
# Windows
|
||||||
|
- 'C:\Users\appveyor\go\pkg\mod' -> go.mod, go.sum
|
||||||
|
|
||||||
|
# Linux
|
||||||
|
- ~/go/pkg/mod -> go.mod, go.sum
|
||||||
|
|
||||||
|
# Project
|
||||||
|
- build/cache -> build/checksums.txt
|
||||||
|
|
||||||
image:
|
image:
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
- Visual Studio 2019
|
- Visual Studio 2019
|
||||||
|
|
@ -57,3 +67,4 @@ for:
|
||||||
- go run build/ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
|
- go run build/ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
|
||||||
test_script:
|
test_script:
|
||||||
- go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC% -short
|
- go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC% -short
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue