add .gitlab-ci.yml
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
image: fdroidbuild:latest
|
||||||
|
|
||||||
|
build-apk:
|
||||||
|
script:
|
||||||
|
- fdroid build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- unsigned/*.apk
|
||||||
|
- unsigned/*.tar.gz
|
Reference in New Issue
Block a user