mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 00:06:04 +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
|