From f2aa286475c9e2a5742a50ff75c99c668c9a74f0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 28 Sep 2025 10:47:13 +0200 Subject: [PATCH] test: set up CI --- .drone.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .drone.yml 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)