CI: Add scan-build - #217
Open
tkc17 wants to merge 1 commit into
Open
Conversation
tkc17
force-pushed
the
add_scan_build_ci
branch
2 times, most recently
from
December 31, 2020 19:04
eae51c1 to
b38e2a0
Compare
Author
|
@Quuxplusone Looks like travis-ci is not integrated in the original repo, it is not triggering any jobs. |
tkc17
force-pushed
the
add_scan_build_ci
branch
from
December 31, 2020 19:07
b38e2a0 to
7923244
Compare
Collaborator
|
@chaitu-tk: I see the builds happening in https://travis-ci.org/github/troydhanson/uthash/pull_requests — you might need to log into TravisCI in order to see them, I'm not sure. But it does look like they're failing, by being unable to pull |
tkc17
force-pushed
the
add_scan_build_ci
branch
from
December 31, 2020 19:14
7923244 to
e923627
Compare
Author
|
Yes, I have just logged on, by default dist is 16.04, I have modified to use 18.04, if its works I will add 20.04 as well. |
Author
|
Okay, it seems to work now, but there are a bunch of errors, so, we need to fix them first. |
tkc17
force-pushed
the
add_scan_build_ci
branch
14 times, most recently
from
January 3, 2021 10:26
5247885 to
ed54947
Compare
Run scan-build (clang-tools based) static analyzer on all build variants. Use specific versions of the OSes as the default ones in Travis are old and unsuitable to install packages.
tkc17
force-pushed
the
add_scan_build_ci
branch
from
January 3, 2021 17:05
ed54947 to
6b035de
Compare
Author
|
Finally was able to get MacOS working, Sorry, took many trials as I don't have access to one and never worked on one. |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run scan-build (clang-tools based) static analyzer on all build
variants.