Add a build step to drone pipeline
This commit is contained in:
@@ -2,6 +2,11 @@ kind: pipeline
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.12
|
||||
commands:
|
||||
- make build
|
||||
|
||||
- name: test
|
||||
image: golang:1.12
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user