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
2017-05-07 18:58:54 +10:00

26 lignes
685 o
YAML

language: go
go:
- 1.x
install:
- go get github.com/gorilla/feeds
- go get github.com/gorilla/mux
- go get github.com/mattn/go-sqlite3
- go get github.com/jinzhu/gorm
- go get github.com/lib/pq
- go get github.com/Sirupsen/logrus
- go get gopkg.in/natefinch/lumberjack.v2
- go get gopkg.in/gomail.v2
- go get github.com/gorilla/securecookie
- go get golang.org/x/crypto/bcrypt
- go get github.com/nicksnyder/go-i18n/i18n
- go build
script:
- go get github.com/tcnksm/ghr
- go get github.com/axw/gocov/gocov
- go getgithub.com/karalabe/xgo
- mkdir dist
- cd dist
- xgo github.com/ewhal/nyaa
- ghr --username ewhal --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/