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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.internal.mk')
-rw-r--r--Makefile.internal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.internal.mk b/Makefile.internal.mk
index a33634fd..54e7f7da 100644
--- a/Makefile.internal.mk
+++ b/Makefile.internal.mk
@@ -43,3 +43,6 @@ bin/golangci-lint: .GOPATH/.ok
@test -x $@ || \
{ echo "Vendored golangci-lint not found, try running 'make setup'..."; exit 1; }
+bin/go-junit-report: .GOPATH/.ok
+ @test -x $@ || \
+ { echo "Vendored go-junit-report not found, try running 'make setup'..."; exit 1; }