micro/.drone.yml

18 lines
229 B
YAML
Raw Permalink Normal View History

2023-03-07 07:17:18 +00:00
kind: pipeline
type: docker
2023-03-07 16:41:19 +00:00
name: go-lib/micro
2023-03-07 16:46:07 +00:00
platform:
arch: amd64
os: linux
2023-03-07 07:17:18 +00:00
steps:
2023-03-07 16:24:57 +00:00
- name: build
image: golang:1.18.0
commands:
- go get ./...
2023-03-07 16:38:58 +00:00
- go test ./...
2023-03-08 08:16:22 +00:00
trigger:
event:
- push
- cron
- custom