add .gitlab-ci.yml

This commit is contained in:
Adrian Malacoda 2018-06-24 16:45:13 -05:00
parent 01e7a2674c
commit 0dd894a777

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: fdroidbuild:latest
build-apk:
script:
- fdroid build
artifacts:
paths:
- unsigned/*.apk
- unsigned/*.tar.gz