mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 10:22:03 +00:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/sh -xe
|
|
|
|
cd steamrt
|
|
docker build -t steamos-wesnoth .
|
|
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output steamos-wesnoth
|