mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +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:
|
image:
|
||||||
- Visual Studio 2019
|
- Visual Studio 2019
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%LOCALAPPDATA%\go-build'
|
||||||
|
- '%GOPATH%\pkg\mod' -> appveyor.yml
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- GETH_ARCH: amd64
|
- GETH_ARCH: amd64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue