1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Update .travis.yml

This commit is contained in:
Alex Forencich 2015-03-21 04:47:21 -07:00
parent 684f6967e5
commit eb9f7c13f1

View File

@ -6,7 +6,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 python3 setup.py install
- cd $d/myhdl && sudo python3.4 setup.py install
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi
- cd $d
script: