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