mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
Add .travis.yml
This commit is contained in:
parent
0507fd4ca9
commit
849f3c174a
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- export d=`pwd`
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y iverilog
|
||||
- hg clone https://bitbucket.org/jandecaluwe/myhdl
|
||||
- cd $d/myhdl && sudo python setup.py install
|
||||
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi
|
||||
- cd $d
|
||||
script:
|
||||
- cd tb && py.test
|
||||
|
Loading…
x
Reference in New Issue
Block a user