31 lines
504 B
YAML
31 lines
504 B
YAML
version: 2
|
|
project_name: boxcars
|
|
builds:
|
|
-
|
|
id: boxcars
|
|
goos:
|
|
- js
|
|
- linux
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- wasm
|
|
env:
|
|
- >-
|
|
{{- if eq .Os "windows" }}
|
|
GOFLAGS=-ldflags=-H=windowsgui
|
|
{{- end }}
|
|
archives:
|
|
-
|
|
id: boxcars
|
|
builds:
|
|
- boxcars
|
|
wrap_in_directory: boxcars
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
files:
|
|
- ./*.md
|
|
- LICENSE
|
|
checksum:
|
|
name_template: 'checksums.txt'
|