mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
21 lines
279 B
YAML
21 lines
279 B
YAML
env:
|
|
- GO111MODULE=on
|
|
before:
|
|
hooks:
|
|
- go mod tidy
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
main: ./cmd/tengo/main.go
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
- windows
|
|
archive:
|
|
files:
|
|
- none*
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
changelog:
|
|
sort: asc
|