kasts/.gitlab-ci.yml

18 lines
507 B
YAML
Raw Normal View History

2020-04-24 23:34:42 +02:00
include:
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
2020-05-09 23:47:45 +02:00
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-extragear-linux.yml
android:
2020-05-10 14:45:07 +02:00
variables:
2020-05-10 15:24:27 +02:00
CI_TOOLING: /home/user
2020-05-09 23:53:21 +02:00
stage: build
2020-05-09 23:47:45 +02:00
image: kdeorg/android-sdk
2020-05-10 15:24:27 +02:00
2020-05-09 23:47:45 +02:00
script:
2020-05-09 23:59:35 +02:00
- cd /home/user
2020-05-10 15:24:27 +02:00
- /opt/helpers/build-kde-dependencies alligator
- APK_ARGS=`/opt/helpers/get-apk-args alligator`
- build-kde-project alligator Applications $APK_ARGS
- /opt/helpers/create-apk alligator