mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
appveyor: enable build cache
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
9ba13b6097
commit
27c2181a40
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ version: "{branch}.{build}"
|
|||
image:
|
||||
- Visual Studio 2019
|
||||
|
||||
cache:
|
||||
- '%LOCALAPPDATA%\go-build'
|
||||
- '%GOPATH%\pkg\mod' -> appveyor.yml
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- GETH_ARCH: amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue