12 lines
220 B
YAML
12 lines
220 B
YAML
pipeline:
|
|
build_xgettext:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- ./bin/run_xgettext.sh
|
|
check:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- /check-messages.sh
|
|
|
|
branches:
|
|
exclude: [ stable ] |