verilog-ethernet/.travis.yml

17 lines
426 B
YAML
Raw Normal View History

2014-11-05 16:22:09 -08:00
language: python
python:
2015-03-21 04:39:27 -07:00
- "3.4"
2015-03-21 04:28:53 -07:00
virtualenv:
system_site_packages: true
2014-11-05 16:22:09 -08:00
before_install:
- export d=`pwd`
- sudo apt-get update -qq
- sudo apt-get install -y iverilog
2015-03-21 02:56:17 -07:00
- git clone https://github.com/jandecaluwe/myhdl.git
2015-03-21 04:36:54 -07:00
- cd $d/myhdl && sudo python3 setup.py install
2014-11-05 16:22:09 -08:00
- 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