Merge branch 'artifacts' into 'master'

Always upload artifacts so we have APKs for testing

See merge request fdroid/fdroidclient!1343
This commit is contained in:
Torsten Grote
2024-02-13 15:57:51 +00:00

View File

@@ -80,6 +80,14 @@ app assembleFullRelease test:
- libs/**/*
script:
- ./gradlew :app:assembleFullRelease :app:testFullDebugUnitTest
artifacts:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
- app/build/reports
- app/build/outputs/apk
- libs/*/build/reports
expire_in: 1 week
when: always
libs db test:
<<: *test-template