Skip to content

Commit

Permalink
AppVeyor: Add cache (thrasher-corp#309)
Browse files Browse the repository at this point in the history
* AppVeyor: Add cache

* Add go-build to cache
  • Loading branch information
thrasher- authored May 24, 2019
1 parent 53964aa commit 993b73f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 993b73f

Please sign in to comment.