mirror of
https://github.com/harness/drone.git
synced 2022-03-12 19:30:52 +03:00
verify builds
This commit is contained in:
@@ -12,6 +12,8 @@ steps:
|
||||
image: golang:1.14.15
|
||||
commands:
|
||||
- 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
|
||||
image: golang:1.14.15
|
||||
|
||||
Reference in New Issue
Block a user