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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1633 additions and 70 deletions

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:

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff