dropshell-build/test.sh
Your Name 8f02394e60
Some checks failed
dropshell-build / build (push) Failing after 12s
'Generic Commit'
2025-06-01 14:40:19 +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"