mirror of https://github.com/KDE/kasts.git
[ci/android] Build local files
This commit is contained in:
parent
f1d496f904
commit
dc882ba7b9
|
@ -4,9 +4,14 @@ include:
|
||||||
|
|
||||||
android:
|
android:
|
||||||
variables:
|
variables:
|
||||||
CI_TOOLING: /home/user/ci-tooling
|
CI_TOOLING: /home/user
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
image: kdeorg/android-sdk
|
image: kdeorg/android-sdk
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd /home/user
|
- cd /home/user
|
||||||
- /opt/helpers/build-generic alligator
|
- /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
|
||||||
|
|
Loading…
Reference in New Issue