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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/makegen.go')
-rw-r--r--_support/makegen.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index 870184741..d9e975bbe 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -78,6 +78,9 @@ func (gm *gitalyMake) GoLicenses() string { return "bin/go-licenses" }
func (gm *gitalyMake) StaticCheck() string { return filepath.Join(gm.BuildDir(), "bin/staticcheck") }
func (gm *gitalyMake) ProtoC() string { return filepath.Join(gm.BuildDir(), "protoc/bin/protoc") }
func (gm *gitalyMake) ProtoCGenGo() string { return filepath.Join(gm.BuildDir(), "bin/protoc-gen-go") }
+func (gm *gitalyMake) GoJunitReport() string {
+ return filepath.Join(gm.BuildDir(), "bin/go-junit-report")
+}
func (gm *gitalyMake) ProtoCGenGitaly() string {
return filepath.Join(gm.BuildDir(), "bin/protoc-gen-gitaly")
}