Add a build step to drone pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2019-10-07 15:02:13 -07:00
parent ba2bb86be6
commit 971710df84
1 changed files with 5 additions and 0 deletions

View File

@ -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: