mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
CI: fix binary scanner when there is no upstream binary
This commit is contained in:
parent
5b5dbfebe4
commit
d2cd824f6f
1 changed files with 2 additions and 3 deletions
|
|
@ -381,9 +381,8 @@ fdroid build:
|
|||
rm $home_vagrant/fdroiddata $home_vagrant/.gitconfig;
|
||||
$fdroid build --verbose --test --refresh-scanner --scan-binary --on-server --no-tarball $build;
|
||||
apt-get install sudo;
|
||||
for apk in tmp/binaries/$appid_*.apk; do
|
||||
$fdroid scanner --verbose --exit-code $apk;
|
||||
done;
|
||||
apk="tmp/binaries/${build/:/_}.binary.apk";
|
||||
[[ -e $apk ]] && $fdroid scanner --verbose --exit-code $apk;
|
||||
popd;
|
||||
rm -rf $home_vagrant/build || true;
|
||||
rm -rf $ANDROID_HOME/ndk || true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue