minecraft-pi-reborn/scripts/ci/run.sh
2022-03-09 21:23:41 -05:00

12 lines
149 B
Bash
Executable File

#!/bin/sh
set -e
# Build/Package
echo '==== Building & Packaging ===='
./scripts/package-all.sh
# Test
echo '==== Testing ===='
./scripts/test.sh