minecraft-pi-reborn/debian/usr/bin/minecraft-pi
TheBrokenRail 8b61701707
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Build DEB
2020-09-26 23:15:53 -04:00

16 lines
205 B
Bash
Executable File

#!/bin/sh
set -e
virgl_test_server &
PID="$!"
xhost local:root
DOCKER_COMPOSE="docker-compose -f /usr/share/minecraft-pi/docker-compose.yml"
${DOCKER_COMPOSE} up
${DOCKER_COMPOSE} down
kill "${PID}"