drone test

This commit is contained in:
jiacai_wang 2021-04-22 21:58:40 +08:00
parent 3746b0fe4c
commit 2912587064

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
workspace:
base: /srv/drone-demo
path: .
pipeline:
build:
image: golang
# pull: true
commands:
- pwd
- ls
- CGO_ENABLED=0 GOOS=linux go build .