mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
10 lines
208 B
Bash
10 lines
208 B
Bash
#!/bin/bash
|
|
cp build/conan* build_vol/
|
|
cd build_vol
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
|
make -j$(nproc) Gradido_LoginServer
|
|
#echo "building done"
|
|
chmod +x ./bin/Gradido_LoginServer
|
|
#./bin/Gradido_LoginServer
|