mirror of
https://github.com/KDE/kasts.git
synced 2024-12-19 12:03:21 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e3678fdff5
commit
9d5a118161
@ -7,11 +7,11 @@ android:
|
|||||||
CI_TOOLING: /home/user/ci-tooling
|
CI_TOOLING: /home/user/ci-tooling
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
image: kdeorg/android-sdk
|
image: nicolasfella/android-sdk
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd /home/user
|
- cd /home/user
|
||||||
- /opt/helpers/build-kde-dependencies alligator
|
- /opt/helpers/build-kde-dependencies alligator
|
||||||
- APK_ARGS=`/opt/helpers/get-apk-args alligator`
|
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py .`
|
||||||
- build-kde-project alligator Applications $APK_ARGS
|
- build-kde-project alligator Applications $APK_ARGS
|
||||||
- /opt/helpers/create-apk alligator
|
- /opt/helpers/create-apk alligator
|
||||||
|
Loading…
Reference in New Issue
Block a user