verilog-ethernet/.travis.yml
2015-03-21 04:40:57 -07:00

15 lines
385 B
YAML

language: python
python:
- "3.4"
before_install:
- export d=`pwd`
- sudo apt-get update -qq
- sudo apt-get install -y iverilog
- git clone https://github.com/jandecaluwe/myhdl.git
- cd $d/myhdl && sudo python3 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