build script
Some checks are pending
continuous-integration/drone/push Build was killed

This commit is contained in:
2018-12-19 12:52:48 +08:00
parent 3d9febd9e6
commit adc1e9029b

View File

@@ -1,7 +1,9 @@
pipeline: kind: pipeline
hellodrone: name: hello-drone
steps:
- name: build
image: golang image: golang
commands: commands:
- echo build start
- go build - go build
- echo build end - go test