Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Williams 74f7dacc86 Add ivtest to the iverilog source tree
By adding ivtest to the iverilog source tree, it is easier to keep
the regression test synchronized with the source that is being tested.
This should be especially helpful for PRs that add a new feature, and
have a matching ivtest PR with the regression test for that feature.
2022-01-15 11:05:49 -08:00
Martin Whitaker a89eab47f5 CI: run 'make check' before 'make install'.
This makes sure 'make check' works when iverilog isn't already
installed on the system.
2021-01-28 00:38:45 +00:00
Martin Whitaker 45c52d5291 Fix CI test.sh to return an exit code of 1 if any step fails.
(cherry picked from commit a1dd6bb056)
2020-12-14 11:37:08 +00:00
Martin Whitaker 27986477fb Further fix to CI test script. 2020-12-05 22:55:23 +00:00
Martin Whitaker 0b991f5a28 Fix CI test script. 2020-12-05 22:01:38 +00:00
Martin Whitaker 9de8577e04 Convert CI from Travis to GitHub Actions.
Copied and adapted from the master branch, with thanks to
umarcor <unai.martinezcorral@ehu.eus> who did the original
work.
2020-12-05 21:43:09 +00:00