1
0

travis: build verilator and toolchain as part of install

This commit is contained in:
Wesley W. Terpstra
2016-11-21 17:37:14 -08:00
parent ea3ec89676
commit 3d1a7bd6d3
3 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,9 @@ branches:
- boom
- /^hurricane.*$/
install:
- make tools verilator -C regression SUITE=none
before_install:
- export CXX=g++-4.8 CC=gcc-4.8