AppVeyor: Add cache (#309)

* AppVeyor: Add cache

* Add go-build to cache
This commit is contained in:
Adrian Gallagher
2019-05-24 14:13:43 +10:00
committed by GitHub
parent 53964aadf5
commit 993b73f5cc

View File

@@ -2,10 +2,17 @@ build: off
clone_folder: c:\gopath\src\github.com\thrasher-\gocryptotrader
cache:
- '%APPDATA%\npm-cache'
- '%GOPATH%\pkg\mod'
- '%LOCALAPPDATA%\go-build'
- c:\gopath\src\github.com\thrasher-\gocryptotrader\web\node_modules
environment:
GOPATH: c:\gopath
GO111MODULE: on
NODEJS_VER: 10.15.3
APPVEYOR_SAVE_CACHE_ON_ERROR: true
stack: go 1.12.3