]> git.pld-linux.org Git - packages/gitlab-runner.git/commitdiff
compile
authorElan Ruusamäe <glen@delfi.ee>
Thu, 31 Mar 2016 19:01:28 +0000 (22:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 31 Mar 2016 19:01:28 +0000 (22:01 +0300)
gitlab-ci-multi-runner.spec

index 543a5daf372175b164b479a81e22d96cbe8941a5..a3d403bddaf0fc4db03d56e84019a3ca89ac095b 100644 (file)
@@ -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
This page took 0.040585 seconds and 4 git commands to generate.