mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
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:
parent
a49cebec15
commit
60cd19db02
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue