minecraft-pi-reborn/scripts/ci/run.sh

12 lines
149 B
Bash
Raw Normal View History

2021-06-17 21:32:24 +00:00
#!/bin/sh
set -e
2022-03-09 23:47:31 +00:00
# Build/Package
echo '==== Building & Packaging ===='
./scripts/package-all.sh
2021-06-17 21:32:24 +00:00
# Test
echo '==== Testing ===='
./scripts/test.sh