"sims/nic/i40e_bm/i40e_lan.cc" did not exist on "16113f3990368b9305197fc52ba986bf01150010"
.travis.yml 443 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "3.6"
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 $PYTHON_EXE setup.py install
  - 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