mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 08:35:21 +00:00
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#!/bin/sh -xe
|
|
|
|
cd mingw
|
|
docker build -t mingw-wesnoth .
|
|
rm -rf ../mingwbuild
|
|
mkdir ../mingwbuild
|
|
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../mingwbuild:/output --tmpfs /build -u "$UID" mingw-wesnoth
|