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

Update .travis.yml

This commit is contained in:
Alex Forencich 2015-03-21 04:36:54 -07:00
parent d9c41d43f0
commit 6bd28aa128

View File

@ -8,7 +8,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y iverilog
- git clone https://github.com/jandecaluwe/myhdl.git
- cd $d/myhdl && sudo python setup.py install
- 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: