mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update compile protos, condition for mkdir
This commit is contained in:
parent
d79c013755
commit
02b86520e4
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir ./src/cpp/proto
|
||||
if [ ! -d "./src/cpp/proto" ] ; then
|
||||
mkdir ./src/cpp/proto
|
||||
fi
|
||||
protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto/gradido ./src/proto/gradido/*.proto
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit fc4a6a3e58424ef9e2a873f3f950108a30287130
|
||||
Subproject commit 96edfc4337f05865da51db2f01f3caa5ba0965b5
|
||||
Loading…
x
Reference in New Issue
Block a user