open-story-teller/story-editor/build_win32.sh
anthony@rabine.fr 7973aa4709
Some checks failed
build-story-editor / build_linux (push) Has been cancelled
build-story-editor / build_win32 (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Fix win32 build, fix duplicate resource files, fix VM stop
2025-01-20 17:37:50 +01:00

12 lines
330 B
Bash
Executable file

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"