Create .drone.yml

This commit is contained in:
雨落凋殇 2021-03-24 17:39:18 +08:00 committed by GitHub
parent 64bd4d68f7
commit 628373ce58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: E5SubBotForSQLite
steps:
- name: gobuild
pull: if-not-exists
image: golang:alpine
commands:
- CGO_ENABLED=1 go build