mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-28 07:03:08 +08:00
Fix CI
This commit is contained in:
parent
6727e5a0bd
commit
3e28af152a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user