gitlab-ci: fdroid build uses --test to keep APKs that fail reproducing

https://gitlab.com/fdroid/fdroiddata/-/merge_requests/5690#note_551241963
https://gitlab.com/fdroid/fdroidserver/-/merge_requests/904
This commit is contained in:
Hans-Christoph Steiner 2021-04-14 10:07:30 +02:00
parent a49cebec15
commit 60cd19db02
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -153,6 +153,7 @@ fdroid build:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
- unsigned/
- tmp/
when: always
expire_in: 1 month
except:
@ -227,7 +228,7 @@ fdroid build:
./tools/setup-ndk-per-build.py $build $VAGRANT_HOME/android-ndk;
chown -R vagrant $VAGRANT_HOME;
$fdroid fetchsrclibs $build --verbose;
$fdroid build --verbose --scan-binary --on-server --no-tarball $build;
$fdroid build --verbose --test --scan-binary --on-server --no-tarball $build;
done