For travis, add VERILATOR_AUTHOR_SITE to get -Werror. Closes #2099.

This commit is contained in:
Wilson Snyder 2020-01-11 10:52:13 -05:00
parent a15aa0b82b
commit cd38e88fb8

View File

@ -16,6 +16,7 @@ env:
- VERILATOR_ROOT=$PWD
- VERILATOR_NUM_JOBS=$(echo `nproc` + 1 | bc)
- VERILATOR_CONFIG_FLAGS="--enable-maintainer-mode --enable-longtests"
- VERILATOR_AUTHOR_SITE=1
- OBJCACHE=ccache
cache: