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
|
@ -264,6 +264,12 @@ __complete_btlog() {
|
|||
__complete_options
|
||||
}
|
||||
|
||||
__complete_nightly() {
|
||||
opts="-v -q"
|
||||
lopts="--show-secret-var"
|
||||
__complete_options
|
||||
}
|
||||
|
||||
__complete_stats() {
|
||||
opts="-v -q -d"
|
||||
lopts="--verbose --quiet --download"
|
||||
|
@ -310,6 +316,7 @@ import \
|
|||
init \
|
||||
install \
|
||||
lint \
|
||||
nightly \
|
||||
publish \
|
||||
readmeta \
|
||||
rewritemeta \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue