mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
💚 Install make on Windows, use cross-compatible cache dirs
This commit is contained in:
parent
00a4eb769c
commit
054e5eb077
@ -12,6 +12,9 @@ os:
|
||||
- osx
|
||||
- windows
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
|
||||
|
||||
script:
|
||||
- go test -race ./...
|
||||
- make
|
||||
@ -21,8 +24,8 @@ env:
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/go-build
|
||||
- $GOPATH/pkg/mod
|
||||
- $GOCACHE
|
||||
- $GOMODCACHE
|
||||
|
||||
# TODO: GitHub Releases deploy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user