Skip to content

Commit 0f5d210

Browse files
committed
ci: Add artifacts instruction to Android APK task
1 parent 1480e50 commit 0f5d210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

+5
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ task:
311311
name: 'ARM64 Android APK [focal]'
312312
<< : *DEPENDS_SDK_CACHE_TEMPLATE
313313
<< : *BASE_TEMPLATE
314+
alias: android
314315
depends_sources_cache:
315316
folder: "depends/sources"
316317
fingerprint_script: git rev-list -1 HEAD ./depends
@@ -320,3 +321,7 @@ task:
320321
env:
321322
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
322323
FILE_ENV: "./ci/test/00_setup_env_android.sh"
324+
copy_artifacts_script:
325+
- cp src/qt/android/build/outputs/apk/debug/android-debug.apk ${CIRRUS_WORKING_DIR}/insecure_android.apk
326+
insecure_android_apk_artifacts:
327+
path: "insecure_android.apk"

0 commit comments

Comments
 (0)