mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
13 lines
301 B
YAML
13 lines
301 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
install:
|
|
- go get -u -v $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v filemanager)
|
|
- go get -u -v github.com/mholt/caddy/caddyhttp
|
|
- go get github.com/gordonklaus/ineffassign
|
|
|
|
script:
|
|
- go build github.com/hacdias/filemanager
|
|
- ineffassign . |