mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
11 lines
354 B
Bash
Executable file
11 lines
354 B
Bash
Executable file
docker build -t cpp-dev .
|
|
docker run \
|
|
-v $(pwd)/..:/workspace \
|
|
cpp-dev \
|
|
bash \
|
|
-c "mkdir -p /workspace/story-editor/build-win32 && \
|
|
cd /workspace/story-editor/build-win32 && \
|
|
git config --global http.sslverify false && \
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw-w64-x86_64.cmake .. && \
|
|
make && \
|
|
make package" |