open-story-teller/story-editor/build_linux.sh
anthony@rabine.fr 157c5a5a01 usage of submodules instead of git fetch
multiple fixes/file moves
2025-01-28 22:31:05 +01:00

7 lines
172 B
Bash
Executable file

mkdir -p /workspace/story-editor/build-linux
cd /workspace/story-editor/build-linux
git config --global http.sslverify false
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cpack