verify builds
This commit is contained in:
parent
3f4edcfe46
commit
617943e9d3
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ steps:
|
||||||
image: golang:1.14.15
|
image: golang:1.14.15
|
||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
- go build -o /dev/null github.com/drone/drone/cmd/drone-server
|
||||||
|
- go build -o /dev/null -tags "oss nolimit" github.com/drone/drone/cmd/drone-server
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.14.15
|
image: golang:1.14.15
|
||||||
|
|
Loading…
Reference in a new issue