Hi everyone, This enables Travis CI support for migen. This fixes issue https://github.com/m-labs/migen/issues/10
You can see the output at; https://travis-ci.org/mithro/migen/builds/58404187 It also fixes the vpi Makefile problem described in https://github.com/m-labs/migen/issues/11 Hopefully this is useful. Tim 'mithro' Ansell (4): Adding simple travis-ci build. Adding .egg-info to the .gitignore Makefile now uses iverilog-vpi Using a newer version of iverilog. .gitignore | 1 + .travis.yml | 15 +++++++++++++++ vpi/Makefile | 10 ++++++---- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .travis.yml -- 2.2.0.rc0.207.ga3a616c _______________________________________________ M-Labs devel mailing list https://ssl.serverraum.org/lists/listinfo/devel
