1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-25 19:55:22 +00:00

💚 Install make on Windows, use cross-compatible cache dirs

This commit is contained in:
makeworld 2020-09-02 17:34:33 -04:00
parent 00a4eb769c
commit 054e5eb077

View File

@ -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