-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade vagrant push to upload OS X and Windows binaries #31
Comments
Happy to do that if you can share a bash script for building on OS-X? |
Other than #29 ( |
The following works, even though it feels a little bit hackish. #!/bin/bash
set -e
go get github.com/tools/godep
go get github.com/snowplow/sql-runner || true
$GOPATH/bin/godep go build |
Thanks! |
Also, Go 1.5 makes it really easy to cross-compile, but it launched a few weeks ago. If you don't mind using Docker, it'd be really easy to run Go 1.5 on a container and build binaries for all platforms. |
Done! |
Do you think it'd possible to push OS X binaries, either to bintray or through the GitHub release mechanism? While I do think most users are going to deploy sql-runner on Linux, it's nice to be able to test on OS X without using Vagrant.
The text was updated successfully, but these errors were encountered: