Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « cache « middleware « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7eee3b0e29e1b8240071920e565c0d272255f923 (plain)
1
2
3
testdata/%.pb.go: testdata/%.proto
	go mod download gitlab.com/gitlab-org/gitaly-proto
	protoc --go_out=paths=source_relative,plugins=grpc:./testdata -I${shell go list -m -f '{{ .Dir }}' gitlab.com/gitlab-org/gitaly-proto} -I$(shell pwd)/testdata $(shell pwd)/testdata/*.proto