3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-02 04:10:44 +01:00
2020-03-28 23:41:35 +01:00

22 lines
288 B
YAML

env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tengo/main.go
goos:
- darwin
- linux
- windows
archives:
-
files:
- none*
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc