-
Notifications
You must be signed in to change notification settings - Fork 9
Will Polo work on Windows? #48
Comments
I am not sure if the path joins would work, but it would be nice if you try and you let us know. However, you can build it online: http://agonzalezro.github.io/how-to-automagically-generate-your-polo-blog-with-circleci.html |
OK, just tried "go get github.com/agonzalezro/polo" and got this response - package github.com/agonzalezro/polo: no Go files in C:\goWorkspace\src\github.com\agonzalezro\polo Any way to add a "go" file in your root folder to make this work? |
You will need more than just a
After those steps you will have a binary for Windows that may (or may not) work because of the problem I mentioned before about how the paths are joint. Thanks for your help! |
BTW, have you tried to use it with Docker? The steps are on the |
I noticed glide has been superseded by dep -
Should I use dep instead of glide? FYI, netlify also works similar to CircleCI! Do you have the template for http://k8s.uk/ |
There is certain discussion about vendoring in Go so I will not migrate from glide yet. There are other options as https://github.com/golang/go/wiki/Modules. Let's wait for the waters to calm :) and glide just works fine for what we need |
If I go get, will a windows binary be created and then I can use that on Windows to build my blog?
The text was updated successfully, but these errors were encountered: