test: set up CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-28 10:47:13 +02:00
parent 8bba24cd1e
commit f2aa286475
2 changed files with 15 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -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

View File

@ -1,4 +1,6 @@
# xgettext-go # 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) * [Forked from here](https://github.com/canonical/snapd/tree/master/i18n/xgettext-go)
* [The reason why](https://git.coopcloud.tech/toolshed/abra/issues/647) * [The reason why](https://git.coopcloud.tech/toolshed/abra/issues/647)