itd/.woodpecker.yml

21 lines
459 B
YAML
Raw Normal View History

2022-11-18 05:02:37 +00:00
pipeline:
2022-11-25 00:16:25 +00:00
xgo-itgui:
image: arsen6331/fyne-xgo
environment:
- 'TARGETS=linux/amd64 linux/arm64 linux/386 linux/arm-7'
- 'OUT=itgui'
- 'PACK=./cmd/itgui'
commands:
- export SOURCE_DIR=$${CI_WORKSPACE} OUT_DIR=$${CI_WORKSPACE}
- /build.sh
when:
event: tag
2022-11-18 05:02:37 +00:00
release:
image: goreleaser/goreleaser
commands:
- goreleaser release
secrets: [ gitea_token, aur_key ]
when:
2022-11-25 00:16:25 +00:00
event: tag