Enabled bindata build tag and generate bindata (#352)

This commit is contained in:
Thomas Boerger 2016-12-05 16:39:45 +01:00 committed by Lunny Xiao
parent cd0ce9f3d8
commit 2b63f32b8a
2 changed files with 6 additions and 5 deletions

@ -8,11 +8,12 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
TAGS: sqlite
TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- apk -U add openssh-client
- make clean
- make generate
- make vet
- make lint
- make test
@ -25,7 +26,7 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
TAGS: sqlite
TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- make test-mysql
@ -37,7 +38,7 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
TAGS: sqlite
TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- make test-pgsql
@ -49,7 +50,7 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
TAGS: sqlite
TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- make release

File diff suppressed because one or more lines are too long