update appveyor file

This commit is contained in:
Muzry 2025-07-23 05:43:07 +00:00
parent 3b67602c4c
commit d16252a3cb

View file

@ -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