Your Name 3f27cbf155
Some checks failed
dropshell-build / build (push) Failing after 16m48s
'Generic Commit'
2025-05-31 21:33:21 +12:00

16 lines
272 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo "Testing dropshell-build"
DROPSHELL_BUILD_TAG="test" "${SCRIPT_DIR}/src/dropshell-build" "${SCRIPT_DIR}/test"
"${SCRIPT_DIR}/test/output/ipdemo.x86_64"