ci: Check for nonfree dependencies

fix-ci-for-tags
Georg krause 2023-04-17 12:50:18 +02:00
rodzic f8838bae64
commit aab9e28e00
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ stages:
- test
- visualize
- build
- test-after-build
- deploy
cache: &global_cache
@ -69,6 +70,12 @@ test:
<<: *global_cache
# override the policy
policy: pull-push
test_nonfree_code:
stage: test-after-build
image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver
script:
- fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk
coverage:
stage: visualize