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:
parent
eb9f7c13f1
commit
8cd0d3ee06
@ -3,10 +3,11 @@ python:
|
||||
- "3.4"
|
||||
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 python3.4 setup.py install
|
||||
- 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
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user