text-editor-8000/.gitlab-ci.yml
Adrian Malacoda 4885aa9df6 try this out
2018-06-24 16:55:04 -05:00

11 lines
212 B
YAML

#image: fdroidbuild:latest
image: http://gitlab.monarch-pass.net/malacoda/fdroid-docker-build.git
build-apk:
script:
- fdroid build
artifacts:
paths:
- unsigned/*.apk
- unsigned/*.tar.gz