mirror of https://github.com/harness/drone.git
Merge pull request #3144 from drone/verify-build
verify if the application is buildablepull/3105/head
commit
9c80bfdcc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue