Skip to content

Commit 3cd9210

Browse files
committed
ci: Add artifacts instruction to Android APK task
1 parent 8c1ed28 commit 3cd9210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ task:
347347

348348
task:
349349
name: 'ARM64 Android APK [jammy]'
350+
alias: android
350351
<< : *CONTAINER_DEPENDS_TEMPLATE
351352
container:
352353
image: ubuntu:jammy
@@ -360,3 +361,7 @@ task:
360361
env:
361362
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
362363
FILE_ENV: "./ci/test/00_setup_env_android.sh"
364+
copy_artifacts_script:
365+
- cp src/qt/android/build/outputs/apk/debug/android-debug.apk ${CIRRUS_WORKING_DIR}/insecure_android.apk
366+
insecure_android_apk_artifacts:
367+
path: "insecure_android.apk"

0 commit comments

Comments
 (0)