'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Successful in 3s
dropshell-build / build (push) Failing after 1m13s

This commit is contained in:
Your Name
2025-06-01 12:02:44 +12:00
parent b1e90eff90
commit 9de5a0592d
3 changed files with 36 additions and 12 deletions

View File

@ -5,16 +5,19 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
function buildtestpublish() {
local dir="$1"
cd "$dir"
TOOLNAME=$(basename "$dir")
echo "Building $(basename "$dir")"
echo "Building $TOOLNAME"
echo "Testing $TOOLNAME"
echo "Publishing $TOOLNAME"
echo "Done"
}
function buildtestpublish_all() {