fix drone

This commit is contained in:
Lunny Xiao 2019-11-12 22:31:15 +08:00
parent e875055da4
commit 7d75b17a28
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
kind: pipeline
name: go1.10-build
name: go1.10-test
workspace:
base: /go
path: src/gitea.com/xorm/xorm
@ -10,7 +10,9 @@ steps:
pull: default
image: golang:1.10
commands:
- go get -u -v
- go get -t -d -v ./...
- go get -u xorm.io/core
- go get -u xorm.io/builder
- go build -v
when:
event: