Skip to content
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

Add ability to replace make call #2

Open
Mingun opened this issue Dec 11, 2019 · 2 comments
Open

Add ability to replace make call #2

Mingun opened this issue Dec 11, 2019 · 2 comments

Comments

@Mingun
Copy link

Mingun commented Dec 11, 2019

This is needed for Sonar Qube build wrapper: https://docs.sonarqube.org/latest/analysis/languages/cfamily/

instead of

make VERBOSE=1

it requires, that build will run with

build-wrapper-linux-x86-64 --out-dir build_wrapper_output_directory make VERBOSE=1
@lpenz
Copy link
Owner

lpenz commented Dec 15, 2019

Interesting
I think getting Sonar Qube to work is a bit more involved than just replacing the make call because the gh action is running inside a container that probably won't have build-wrapper-linux-x86-64 installed, unless we get it there.
Is there a project I can take a look to understand how this works?

@Mingun
Copy link
Author

Mingun commented Dec 16, 2019

Yes, of course. I plan to add action to install it first, as described in the Sonar Qube documentation. Actually, I don't know any working solution, I just trying to setup static analysis checks for https://github.com/AndrewCrewKuznetsov/xneur-devel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants