mirror of https://github.com/KDE/kasts.git
Fix artifact capturing
This commit is contained in:
parent
9bb192610d
commit
2c125c3819
|
@ -11,17 +11,16 @@ android:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /home/user/build-arm/alligator/**/*.apk
|
- "*.apk"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- SRCDIR=$(pwd)
|
- cd /home/user
|
||||||
- pushd /home/user
|
|
||||||
- /opt/helpers/build-kde-dependencies alligator
|
- /opt/helpers/build-kde-dependencies alligator
|
||||||
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py $SRCDIR`
|
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py $CI_PROJECT_DIR`
|
||||||
- /opt/helpers/build-cmake alligator $SRCDIR $APK_ARGS
|
- /opt/helpers/build-cmake alligator $CI_PROJECT_DIR $APK_ARGS -DANDROID_APK_OUTPUT_DIR=$CI_PROJECT_DIR
|
||||||
- pushd /home/user/build-arm/alligator
|
- pushd build-arm/alligator
|
||||||
- make create-apk
|
- make create-apk
|
||||||
- popd
|
- popd
|
||||||
- pushd /home/user/build-arm64/alligator
|
- pushd build-arm64/alligator
|
||||||
- make create-apk
|
- make create-apk
|
||||||
- popd
|
- popd
|
||||||
|
|
Loading…
Reference in New Issue