build: add proto-tools-installer script to make proto-swagger-gen (#648)

* Add proto-tools-installer script to make proto-swagger-gen

* Add swagger generated files
This commit is contained in:
Daniel Burckhardt
2021-10-07 15:36:07 +02:00
committed by GitHub
parent be7a711f66
commit fe4ec68ccc
3 changed files with 1633 additions and 70 deletions
+1
View File
@@ -395,6 +395,7 @@ proto-gen:
proto-swagger-gen:
@echo "Generating Protobuf Swagger"
@./scripts/proto-tools-installer.sh
@./scripts/protoc-swagger-gen.sh
proto-format: