Skip to content

Commit

Permalink
travis: VPI is not there for now
Browse files Browse the repository at this point in the history
sbourdeauducq committed Sep 20, 2015

Unverified

This user has not yet uploaded their public signing key.
1 parent 7f76709 commit 87a8531
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 87a8531

Please sign in to comment.