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.25
|
||||||
|
commands:
|
||||||
|
- go test -v ./...
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
action:
|
||||||
|
exclude:
|
||||||
|
- synchronized
|
@ -1,4 +1,6 @@
|
|||||||
# xgettext-go
|
# xgettext-go
|
||||||
|
|
||||||
|
[](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)
|
||||||
|
Reference in New Issue
Block a user