mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
CI: clean NDKs after each build
This commit is contained in:
parent
3c972105a0
commit
4310823b09
1 changed files with 1 additions and 0 deletions
|
|
@ -410,6 +410,7 @@ fdroid build:
|
|||
$fdroid build --verbose --test --scan-binary --on-server --no-tarball $build;
|
||||
popd;
|
||||
rm -rf $home_vagrant/build || true;
|
||||
rm -rf $ANDROID_HOME/ndk || true;
|
||||
apt-get install -y openjdk-11-jdk-headless;
|
||||
update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java;
|
||||
./tools/build-contains-signatures.py $build || continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue