mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
AppVeyor: Add cache (#309)
* AppVeyor: Add cache * Add go-build to cache
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user