mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
gitlab-ci: use fdroid build --scan-binary to check for bad libs
This commit is contained in:
parent
5d9101bd33
commit
dd1892a16b
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ fdroid build:
|
|||
apt-get install sudo;
|
||||
./tools/setup-ndk-per-build.py $build /home/vagrant/android-ndk;
|
||||
fdroid fetchsrclibs $build --verbose;
|
||||
fdroid build --verbose --on-server --no-tarball $build;
|
||||
fdroid build --verbose --scan-binary --on-server --no-tarball $build;
|
||||
done
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue