Add Travus and Goreleaser

This commit is contained in:
Henrique Dias
2017-08-03 08:24:04 +01:00
parent cb70d30b77
commit 37f7de2fd3
3 changed files with 55 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
build:
main: cmd/webdav/main.go
binary: webdav
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: openbsd
goarch: arm
goarm: 6
- goos: freebsd
goarch: arm
goarm: 6
archive:
name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}"
format: tar.gz
format_overrides:
- goos: windows
format: zip