-
Notifications
You must be signed in to change notification settings - Fork 274
Use new Doxygen script in Travis CI #3258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new Doxygen script in Travis CI #3258
Conversation
This should not be merged until the current problem with duplicate .md files is fixed. |
@thk123 It seems to be a very simple one line change to |
|
…l-folder Exclude doc/cprover-manual from Doxygen input [blocks: #3258]
Remove the old `travis_doxygen.sh` script and associated part of `run_diff.sh`, and change `.travis.yml` to use the new `run_doxygen.sh` instead. The new script should report new problems (and not report already existing problems) more reliably than the old script which relied on the line numbers reported by Doxygen.
I've rebased and added a commit to update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diffblue compatibility check is currently unavailable.
Please create manual bump.
(cbmc commit: a655ef9).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/90754733
The first commit here is from #3250 and the second is new.This changes.travis.yml
to use the new script introduced by #3250, and removes the oldtravis_doxygen.sh
script and associated part ofrun_diff.sh
.