mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
7 lines
207 B
Bash
Executable file
7 lines
207 B
Bash
Executable file
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
|