travis: install verilator
authorGuy Hutchison <ghutchis@gmail.com>
Wed, 22 Apr 2015 04:29:59 +0000 (12:29 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 22 Apr 2015 04:30:03 +0000 (12:30 +0800)
.travis.yml

index f8bc34c9bb18aed1ff9de8668d10d711da66578a..0504391a92e24a86adbf8ebfa3a2231430a224a4 100644 (file)
@@ -10,6 +10,9 @@ install:
   - "iverilog -v; true"
   # Build the vpi module.
   - "(cd vpi; make; sudo make install)"
+  # Install verilator package
+  - "sudo apt-get install verilator"
+  - "verilator --version; true"
 
 script:
   - "python setup.py test"