mirror of
https://github.com/rainerosion/E5SubBotForSQLite.git
synced 2026-06-02 16:43:43 +08:00
10 lines
159 B
YAML
10 lines
159 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: E5SubBotForSQLite
|
|
steps:
|
|
- name: gobuild
|
|
image: golang:alpine
|
|
pull: if-not-exists
|
|
commands:
|
|
- CGO_ENABLED=1 go build
|