md-view-go/.drone.yml

15 lines
166 B
YAML
Raw Normal View History

2024-03-19 16:55:07 +08:00
# .drone.yml
kind: pipeline
name: default
steps:
- name: install
image: golang
commands:
- go mod tidy
- name: build
image: golang
commands:
- go build