travis: VPI is not there for now

This commit is contained in:
Sebastien Bourdeauducq 2015-09-20 15:12:04 +08:00
parent 7f767095ec
commit 87a8531952
1 changed files with 5 additions and 5 deletions

View File

@ -15,12 +15,12 @@ before_install:
- conda install anaconda-client numpydoc
install:
# Install iverilog package.
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
- "sudo apt-get update"
- "sudo apt-get install iverilog"
- "iverilog -v; true"
# - "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
# - "sudo apt-get update"
# - "sudo apt-get install iverilog"
# - "iverilog -v; true"
# Build the vpi module.
- "(cd vpi; make; sudo make install)"
# - "(cd vpi; make; sudo make install)"
# Install verilator package
- "sudo apt-get install verilator"
- "verilator --version; true"