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

16 lines
426 B
YAML
Raw Normal View History

2014-11-05 16:22:09 -08:00
language: python
python:
2015-03-21 04:39:27 -07:00
- "3.4"
2014-11-05 16:22:09 -08:00
before_install:
- export d=`pwd`
2015-03-21 04:49:43 -07:00
- export PYTHON_EXE=`which python`
2014-11-05 16:22:09 -08:00
- sudo apt-get update -qq
- sudo apt-get install -y iverilog
2015-03-21 02:56:17 -07:00
- git clone https://github.com/jandecaluwe/myhdl.git
2015-03-21 04:49:43 -07:00
- cd $d/myhdl && sudo $PYTHON_EXE setup.py install
2014-11-05 16:22:09 -08:00
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi
- cd $d
script:
- cd tb && py.test