1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00
corundum/.travis.yml

16 lines
443 B
YAML
Raw Normal View History

2015-03-21 22:31:22 -07:00
language: python
python:
2018-02-27 11:00:31 -08:00
- "3.6"
2015-03-21 22:31:22 -07:00
before_install:
- export d=`pwd`
- export PYTHON_EXE=`which python`
- sudo apt-get update -qq
- sudo apt-get install -y iverilog
- git clone https://github.com/jandecaluwe/myhdl.git
- cd $d/myhdl && sudo $PYTHON_EXE setup.py install
2018-02-27 11:00:31 -08:00
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/x86_64-linux-gnu/ivl/myhdl.vpi
2015-03-21 22:31:22 -07:00
- cd $d
script:
- cd tb && py.test