mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
12 lines
218 B
YAML
12 lines
218 B
YAML
steps:
|
|
build_xgettext:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- ./bin/run_xgettext.sh
|
|
check:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- /check-messages.sh
|
|
|
|
branches:
|
|
exclude: [ stable ]
|