m-labs / migen

A Python toolbox for building complex digital hardware
https://m-labs.hk/migen
Other
1.21k stars 209 forks source link

migen CI support #10

Closed mithro closed 9 years ago

mithro commented 9 years ago

Travis-CI has pretty good support for doing CI on python packages, see http://docs.travis-ci.com/user/languages/python/ -- It would be nice for migen to use this.

I'm guessing that might be a low priority as migen is already tested by misoc?

fallen commented 9 years ago

Indeed Migen is already somehow tested by MiSoC builds ... BUT, it's also very interesting to have Travis-CI for Migen, because it then allows to automate generation and upload of conda packages for Migen, as it is done for ARTIQ. So thank you very much for providing this patch :)

mithro commented 9 years ago

I sent some patches to the mailing list to enable this. See https://ssl.serverraum.org/lists-archive/devel/2015-April/003987.html On 14 Apr 2015 7:07 pm, "Yann Sionneau" notifications@github.com wrote:

Indeed Migen is already somehow tested by MiSoC builds ... BUT, it's also very interesting to have Travis-CI for Migen, because it then allows to automate generation and upload of conda packages for Migen, as it is done for ARTIQ.

— Reply to this email directly or view it on GitHub https://github.com/m-labs/migen/issues/10#issuecomment-92705453.