test: set up CI
This commit is contained in:
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: coopcloud.tech/xgettext-go
|
||||||
|
steps:
|
||||||
|
- name: unit tests
|
||||||
|
image: golang:1.24
|
||||||
|
commands:
|
||||||
|
- go test -v ./...
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
action:
|
||||||
|
exclude:
|
||||||
|
- synchronized
|
Reference in New Issue
Block a user