diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dbe865b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +name: coopcloud.tech/xgettext-go +steps: + - name: unit tests + image: golang:1.25 + commands: + - go test -v ./... + +trigger: + action: + exclude: + - synchronized diff --git a/README.md b/README.md index 2f22650..850553c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # xgettext-go +[![Build Status](https://build.coopcloud.tech/api/badges/toolshed/xgettext-go/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/toolshed/xgettext-go) + * [Forked from here](https://github.com/canonical/snapd/tree/master/i18n/xgettext-go) * [The reason why](https://git.coopcloud.tech/toolshed/abra/issues/647)