Revisió 0390bf70
Afegit per Roger Pueyo Centelles fa aproximadament 9 anys
nightlycompile.sh | ||
---|---|---|
# Not recommended to use in a read/write development environment.
|
||
#
|
||
# Example of usage:
|
||
# FORCE="1" TARGETS="alix rspro" COMMUNITY="myNet" BRANCH="testing" ./nightlycompile.sh
|
||
# FORCE="1" TARGETS="alix rspro" COMMUNITY="myNet" BRANCH="master" ./nightlycompile.sh
|
||
#
|
||
|
||
# Mail to send alerts in case something goes wrong
|
||
... | ... | |
DAYS_TO_PRESERVE="10"
|
||
|
||
COMMUNITY=${COMMUNITY:-qMp}
|
||
BRANCH=${BRANCH:-testing}
|
||
BRANCH=${BRANCH:-master}
|
||
|
||
# If target is not specified, compiling for all targets
|
||
TARGETS=${TARGETS:-$(make list_targets)}
|
També disponible a: Unified diff
Nightlycompile for qMp 3.2 Clearance