From aab9e28e004e4e9faa375dbe12a9e33735fa50e6 Mon Sep 17 00:00:00 2001 From: Georg krause Date: Mon, 17 Apr 2023 12:50:18 +0200 Subject: [PATCH] ci: Check for nonfree dependencies --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c24d17c..259f785 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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