compile.sh: refactor checkfail
checkfail function cannot work with `set -e` at the beginning of the script: every command that will return != 0 will stop the script. This commit replaces checkfail with a || fail "..." function (to keep error explanations)
parent
5a658d7c
Loading
Loading
Pipeline
#8982
passed
with stage
in
1 hour, 13 minutes, and 9 seconds
Loading
Please register or sign in to comment