[packages/gitlab-ci-multi-runner] compile

glen glen at pld-linux.org
Thu Mar 31 21:01:37 CEST 2016


commit bf2084d5260100555aedd7ca0afa7f6469d50363
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list