Browse Source

chore: Make pipeline fail if non-free deps are found

fix-ci-for-tags
Georg krause 1 year ago
parent
commit
de8343a973
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -75,7 +75,8 @@ test_nonfree_code:
stage: test-after-build stage: test-after-build
image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver
script: script:
- fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk - fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk | tee output.txt
- ! grep "CRITICAL" output.txt
coverage: coverage:
stage: visualize stage: visualize

Loading…
Cancel
Save