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:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-07-27 11:35:43 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-07-27 11:35:43 +0300
commit0c32842c37e5f41a1d427312f390963237ab57fa (patch)
tree43d6521277989e53ce3da795f241712b1a895c82 /Makefile
parent0ffed4e45f9ced7aec0d15187432d85d68295f7d (diff)
Implement CommitService.CommitLanguages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c51a82a1b..61072c34f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ export TEST_REPO_STORAGE_PATH := $(BUILD_DIR)/internal/testhelper/testdata/data
TEST_REPO := $(TEST_REPO_STORAGE_PATH)/gitlab-test.git
INSTALL_DEST_DIR := $(DESTDIR)$(PREFIX)/bin/
COVERAGE_DIR := $(TARGET_DIR)/cover
+export GITALY_TEST_RUBY_DIR := $(BUILD_DIR)/ruby
BUILDTIME = $(shell date -u +%Y%m%d.%H%M%S)
VERSION_PREFIXED = $(shell git describe)
@@ -44,6 +45,7 @@ $(TARGET_SETUP):
.PHONY: build
build: $(TARGET_SETUP) $(GOVENDOR)
+ cd ruby && bundle install
go install $(LDFLAGS) $(COMMAND_PACKAGES)
cp $(foreach cmd,$(COMMANDS),$(BIN_BUILD_DIR)/$(cmd)) $(BUILD_DIR)/