mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 08:18:43 +00:00
8 lines
222 B
Bash
Executable File
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
|