dropshell-build/test.sh
Your Name 1da19b9191
All checks were successful
dropshell-build / build (push) Successful in 1m3s
'Generic Commit'
2025-06-03 00:38:14 +12:00

18 lines
270 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo "Testing"
"${SCRIPT_DIR}/build.sh"
[ -f "${SCRIPT_DIR}/output/ipdemo" ] || { echo "ipdemo binary not found"; exit 1; }
"${SCRIPT_DIR}/output/ipdemo"