fix some missed out things

This commit is contained in:
einhorn_b 2021-04-22 20:06:04 +02:00
parent c458e226fb
commit c704ca1a95

View File

@ -1,9 +1,19 @@
#!/bin/bash #!/bin/bash
cp build/conan* build_vol/ cp build/conan* build_vol/
cd build_vol
cd build_vol
cmake -DCMAKE_BUILD_TYPE=Debug .. cmake -DCMAKE_BUILD_TYPE=Debug ..
cd ..
if [ ! -d "./src/cpp/proto/hedera" ] ; then
chmod +x unix_parse_proto.sh
./unix_parse_proto.sh
fi
chmod +x compile_pot.sh
./compile_pot.sh
cd build_vol
cmake .. cmake ..
make -j$(nproc) Gradido_LoginServer make -j$(nproc) Gradido_LoginServer
#echo "building done" #echo "building done"