mirror of https://github.com/KDE/kasts.git
Update .gitlab-ci.yml
This commit is contained in:
parent
2919303403
commit
47e26abf84
|
@ -10,8 +10,9 @@ android:
|
||||||
image: nicolasfella/android-sdk
|
image: nicolasfella/android-sdk
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd /home/user
|
- pushd /home/user
|
||||||
- /opt/helpers/build-kde-dependencies alligator
|
- /opt/helpers/build-kde-dependencies alligator
|
||||||
|
- popd
|
||||||
- ls
|
- ls
|
||||||
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py .`
|
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py .`
|
||||||
- build-kde-project alligator Applications $APK_ARGS
|
- build-kde-project alligator Applications $APK_ARGS
|
||||||
|
|
Loading…
Reference in New Issue