mirror of
https://github.com/creekorful/bathyscaphe
synced 2024-11-16 00:12:56 +00:00
3ac0520aca
Closes: #28
45 lines
885 B
YAML
45 lines
885 B
YAML
before:
|
|
hooks:
|
|
- go mod download
|
|
builds:
|
|
- id: tdsh-api
|
|
main: ./cmd/tdsh-api/tdsh-api.go
|
|
binary: tdsh-api
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- id: tdsh-crawler
|
|
main: ./cmd/tdsh-crawler/tdsh-crawler.go
|
|
binary: tdsh-crawler
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- id: tdsh-extractor
|
|
main: ./cmd/tdsh-extractor/tdsh-extractor.go
|
|
binary: tdsh-extractor
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- id: tdsh-scheduler
|
|
main: ./cmd/tdsh-scheduler/tdsh-scheduler.go
|
|
binary: tdsh-scheduler
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- id: trandoshanctl
|
|
main: ./cmd/trandoshanctl/trandoshanctl.go
|
|
binary: trandoshanctl
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
snapshot:
|
|
name_template: "{{ .Tag }}-{{ .ShortCommit }}"
|
|
release:
|
|
prerelease: true |