librecores / ci.librecores.org

LibreCores CI as a SaaS service, powered by Jenkins
https://ci.librecores.org
MIT License
2 stars 0 forks source link

Implement a PR builder for LibreCores Web #4

Open oleg-nenashev opened 8 years ago

oleg-nenashev commented 8 years ago

TODO:

oleg-nenashev commented 8 years ago

CC @imphil

imphil commented 8 years ago

librecores-web uses Vagrant backed by Virtualbox as development environment. To test the setup, we need to run a baremetal CI slave, and cannot run on AWS (or travis, for that matter).

In the long term, I'd like to move all that Vagrant stuff to docker, so we can run the development environment on VMs, but this won't happen in near future.

So for now, we first need a baremetal node. I can probably make one available, together with the node for the synthesis/FPGA tests. I'll get back to it.