mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Adding simple travis-ci build.
Fixes https://github.com/m-labs/migen/issues/10
This commit is contained in:
parent
9ca3be0f6c
commit
903711404e
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
install:
|
||||
- "sudo apt-get install iverilog; iverilog -v; true"
|
||||
- "(cd vpi; make; sudo make install)"
|
||||
script:
|
||||
- "python setup.py test -s migen.test.test_fifo.SyncFIFOCase"
|
Loading…
Reference in a new issue