'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 1m3s

This commit is contained in:
Your Name
2025-06-03 00:38:14 +12:00
parent 3fea581249
commit 1da19b9191
12 changed files with 62 additions and 59 deletions

View File

@ -4,13 +4,13 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo "Testing dropshell-build"
echo "Testing"
rm -rf "${SCRIPT_DIR}/ipdemo/build"
"${SCRIPT_DIR}/build.sh"
DROPSHELL_BUILD_TAG="test" "${SCRIPT_DIR}/src/dropshell-build" -r -m "${SCRIPT_DIR}/ipdemo"
[ -f "${SCRIPT_DIR}/output/ipdemo" ] || { echo "ipdemo binary not found"; exit 1; }
"${SCRIPT_DIR}/ipdemo/output/ipdemo.x86_64"
"${SCRIPT_DIR}/output/ipdemo"