adding steps required for build of binary which exist in ci yaml
I was running into the following error on a fresh clone, and trying to build against Go v1.5.4
imports gitlab.com/gitlab-org/gitlab-pages/internal/httputil: use of internal package not allowed
This is alleviated by following the steps I've detailed in the README.md, and are also detailed in the .gitlab-ci.yml for build steps in the before-script.
Merge request reports
Activity
added 1 commit
- 8c3d8bb5 - adding steps required for build of binary which exist in ci yaml
mentioned in issue #62 (closed)
Thanks for this MR @esabelhaus - what we should probably do instead of documenting this, however, is to handle setting up a GOPATH for building the binary in the Makefile. Other GitLab Go projects do the same.
We could do this by starting from, e.g., https://github.com/cloudflare/hellogopher
It's unlikely we can do this for 0.5.0, but I'll try to tackle it the following release.
mentioned in issue #2 (closed)