mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
nightly: new command to setup nightly builds in CI systems
This lets people using CI systems easily setup a nightly build repo hosted for free in github or gitlab. https://github.com/zom/Zom-Android/pull/355 https://gitlab.com/fdroid/fdroidclient/merge_requests/594 environment variables: * https://docs.gitlab.com/ce/ci/variables/README.html * https://docs.travis-ci.com/user/environment-variables * https://circleci.com/docs/1.0/environment-variables
This commit is contained in:
parent
8bf70338e4
commit
f670634450
19 changed files with 3846 additions and 33 deletions
1
fdroid
1
fdroid
|
@ -47,6 +47,7 @@ commands = OrderedDict([
|
|||
("signindex", _("Sign indexes created using update --nosign")),
|
||||
("btlog", _("Update the binary transparency log for a URL")),
|
||||
("signatures", _("Extract signatures from APKs")),
|
||||
("nightly", _("Set up an app build for a nightly build repo")),
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue