Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/.travis.yml

17 lignes
524 o
YAML
Brut Vue normale Historique

language: go
go:
- 1.x
install:
2017-05-07 09:07:23 +02:00
- go get github.com/tcnksm/ghr
- go get github.com/axw/gocov/gocov
2017-05-07 11:04:51 +02:00
- go get github.com/karalabe/xgo
2017-05-07 10:56:14 +02:00
- mkdir dist
2017-05-07 11:04:51 +02:00
script:
2017-05-07 11:40:58 +02:00
# Downloads deps automatically. No need to add manually.
- go list -f '{{.Deps}}' | tr "[" " " | tr "]" " " | xargs go list -e -f '{{if not .Standard}}{{.ImportPath}}{{end}}' | grep -v 'github.com/ewhal/nyaa' | xargs go get -v
2017-05-07 11:04:51 +02:00
- go build
2017-05-07 10:56:14 +02:00
- cd dist
- xgo github.com/ewhal/nyaa
2017-05-07 09:17:20 +02:00
- ghr --username ewhal --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/