text-editor-8000/.gitlab-ci.yml
Adrian Malacoda f8491fefdb revert
2018-06-24 16:56:01 -05:00

10 lines
140 B
YAML

image: fdroidbuild:latest
build-apk:
script:
- fdroid build
artifacts:
paths:
- unsigned/*.apk
- unsigned/*.tar.gz