[build] Added configuration to allow building in container

This commit is contained in:
vperus 2026-02-21 01:58:11 +02:00
parent e3aef1893b
commit 8f3a961330
4 changed files with 62 additions and 0 deletions

14
container/build-wowee.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
set -eu
set -o pipefail
cp -r /WoWee-src /WoWee
pushd /WoWee
./build.sh
popd
pushd /WoWee/build
cmake --install . --prefix=/build
popd