10 lines
140 B
YAML
10 lines
140 B
YAML
image: fdroidbuild:latest
|
|
|
|
build-apk:
|
|
script:
|
|
- fdroid build
|
|
artifacts:
|
|
paths:
|
|
- unsigned/*.apk
|
|
- unsigned/*.tar.gz
|