commit bf2084d5260100555aedd7ca0afa7f6469d50363
Author: Elan Ruusamäe <[email protected]>
Date: Thu Mar 31 22:01:28 2016 +0300
compile
gitlab-ci-multi-runner.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/gitlab-ci-multi-runner.spec b/gitlab-ci-multi-runner.spec
index 543a5da..a3d403b 100644
--- a/gitlab-ci-multi-runner.spec
+++ b/gitlab-ci-multi-runner.spec
@@ -24,7 +24,13 @@ integration service included with GitLab that coordinates
the testing.
%setup -qc
mv gitlab-ci-multi-runner-*/{.??*,*} .
+install -d Godeps/_workspace/src/gitlab.com/gitlab-org
+ln -s ../../../../..
Godeps/_workspace/src/gitlab.com/gitlab-org/gitlab-ci-multi-runner
+
%build
+export GOPATH=$(pwd):$(pwd)/Godeps/_workspace
+
+go build
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ci-multi-runner.git/commitdiff/bf2084d5260100555aedd7ca0afa7f6469d50363
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit