mirror of
https://github.com/KDE/kasts.git
synced 2025-01-27 23:59:33 +01:00
20 lines
559 B
YAML
20 lines
559 B
YAML
include:
|
|
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
|
|
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-extragear-linux.yml
|
|
|
|
android:
|
|
variables:
|
|
CI_TOOLING: /home/user/ci-tooling
|
|
|
|
stage: build
|
|
image: nicolasfella/android-sdk
|
|
|
|
script:
|
|
- pushd /home/user
|
|
- /opt/helpers/build-kde-dependencies alligator
|
|
- popd
|
|
- ls
|
|
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py .`
|
|
- /opt/helpers/build-kde-project alligator Applications $APK_ARGS
|
|
- /opt/helpers/create-apk alligator
|