mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
gitlab-ci: use CVC for fdroid build
job for more reliably runs
This commit is contained in:
parent
40c77892a2
commit
7ed75abc2f
1 changed files with 2 additions and 1 deletions
|
@ -340,7 +340,8 @@ fdroid build:
|
||||||
- fdroid build --verbose --latest org.fdroid.fdroid.privileged
|
- fdroid build --verbose --latest org.fdroid.fdroid.privileged
|
||||||
# each `fdroid build --on-server` run expects sudo, then uninstalls it
|
# each `fdroid build --on-server` run expects sudo, then uninstalls it
|
||||||
- apt-get install sudo
|
- apt-get install sudo
|
||||||
- fdroid build --verbose --on-server --no-tarball --latest org.fdroid.fdroid
|
- currentVersionCode=`python3 -c "import yaml; print(yaml.load(open('metadata/org.fdroid.fdroid.yml'))['CurrentVersionCode'])"`
|
||||||
|
- fdroid build --verbose --on-server --no-tarball org.fdroid.fdroid:$currentVersionCode
|
||||||
|
|
||||||
|
|
||||||
# test the plugin API and specifically the fetchsrclibs plugin, which
|
# test the plugin API and specifically the fetchsrclibs plugin, which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue