mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 10:28:29 -07:00
25 lines
297 B
YAML
25 lines
297 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.11.x
|
|
- 1.x
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/go-build
|
|
- $HOME/gopath/pkg/mod
|
|
- $HOME/Library/Caches/go-build
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
install:
|
|
- npm --prefix client install
|
|
|
|
script:
|
|
- go test ./...
|
|
- make build/static/index.html
|
|
- make
|
|
|