Add drone ci buil
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2021-09-27 17:38:21 +07:00
parent 697ca51854
commit cd1f1dfb44

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
type: docker
name: ci
steps:
- name: test
image: d.ctdn.net/golang:latest
commands:
- go build