This commit is contained in:
Alex Forencich 2018-02-27 11:00:31 -08:00
parent 6727e5a0bd
commit 3e28af152a

View File

@ -1,6 +1,6 @@
language: python
python:
- "3.4"
- "3.6"
before_install:
- export d=`pwd`
- export PYTHON_EXE=`which python`
@ -8,7 +8,7 @@ before_install:
- sudo apt-get install -y iverilog
- git clone https://github.com/jandecaluwe/myhdl.git
- cd $d/myhdl && sudo $PYTHON_EXE setup.py install
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/x86_64-linux-gnu/ivl/myhdl.vpi
- cd $d
script:
- cd tb && py.test