mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-04 00:13:51 +00:00
[build] Added configuration to allow building in container
This commit is contained in:
parent
e3aef1893b
commit
8f3a961330
4 changed files with 62 additions and 0 deletions
14
container/build-wowee.sh
Executable file
14
container/build-wowee.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue