CI: Simplify build scripts for CI-only use

This commit is contained in:
PatTheMav
2023-07-06 04:38:17 +02:00
committed by Ryan Foster
parent 914392fcc0
commit cf8a8cce72
23 changed files with 255 additions and 708 deletions

View File

@@ -1,3 +1 @@
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
if (( _loglevel > 2 )) print -PR -e "${CI:+::debug::}%F{220}DEBUG: ${@}%f"
if (( debug )) print -PR -e "::debug::%F{220}DEBUG: ${@}%f"