[scripts] Minor update.
This commit is contained in:
parent
8c7ed3dc62
commit
d7fc0cb2b8
1 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,17 @@
|
|||
|
||||
|
||||
|
||||
<< go / build / all / release / quick
|
||||
export -- _BUILD_QUICK=true
|
||||
"${ZRUN[@]}" ':: go / build / archiver / release' "${@}"
|
||||
"${ZRUN[@]}" ':: go / build / server / release' "${@}"
|
||||
"${ZRUN[@]}" ':: go / build / server-dummy / release' "${@}"
|
||||
"${ZRUN[@]}" ':: go / build / wrapper / release' "${@}"
|
||||
!!
|
||||
|
||||
|
||||
|
||||
|
||||
<< go / build / server / debug
|
||||
test "${#}" -eq 0
|
||||
_outputs="$( exec -- readlink -e -- ./.outputs )"
|
||||
|
|
Loading…
Reference in a new issue