build-configs(update)
This commit is contained in:
parent
ff6c90bf25
commit
6cd3f8d463
5
run
5
run
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
|
|
||||||
set -eu
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
# Run automated tests as part of the Continuous Integration (CI) pipeline.
|
# Run automated tests as part of the Continuous Integration (CI) pipeline.
|
||||||
function ci:test {
|
function ci:test {
|
||||||
|
@ -95,7 +96,7 @@ function _run {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include any local tasks.
|
# Include any local tasks.
|
||||||
source run.local || true
|
[[ -e run.local ]] && source run.local
|
||||||
|
|
||||||
TIMEFORMAT=$'\nTask completed in %3lR'
|
TIMEFORMAT=$'\nTask completed in %3lR'
|
||||||
time "${@:-help}"
|
time "${@:-help}"
|
||||||
|
|
Loading…
Reference in a new issue