wesnoth/utils/dockerbuilds/make_steam_build
2019-11-18 19:28:15 -06:00

8 lines
222 B
Bash
Executable File

#!/bin/sh -xe
cd steamrt
docker build -t steamos-wesnoth .
rm -rf ../steambuild
mkdir ../steambuild
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output --tmpfs /build:exec -u "$UID" steamos-wesnoth