-
Notifications
You must be signed in to change notification settings - Fork 84
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
Set up CI testing #1
Comments
Maybe you can set your custom CI on Heroku with https://github.com/zeebo/goci (example: http://goci.me/) |
Does Heroku let you install apt packages from user PPAs? And is it on Ubuntu 13.04 or 13.10? |
Ugh, sorry, looks like Heroku is still on ubuntu 10.04... |
I don't know if there are open source simple CI working with Go that can be run on small VPS. Would be nice to have something like that for private projects, fully written in Go with portable DB like tiedot. |
Yeah. We could set up a custom Strider (@Strider-CD) instance, or perhaps make a 12.04-compatible deb for WebKitGTK+ 2. Travis-CI will be on 12.04 LTS until the new LTS is released, which should be in April (2014). |
Looks super compelling. I hope to have time to try out Drone for our internal codebase, too. Curious if drone.io (their hosted service) lets you define your own Docker containers...I'd assume so (just haven't had the time to check it out). |
is this project still alive? most CI services are using docker now, it might be easier today than in 2014 |
Yep, this project is still alive. Indeed, it would be easier now. |
There's a .travis.yml file in the travis-ci branch, but it doesn't work yet. The difficulty is that Travis-CI uses Ubuntu 12.04 LTS VMs, which don't have an easy way of installing WebKitGTK+ 2.
See also: sourcegraph/go-webkit2#1
The text was updated successfully, but these errors were encountered: