-
Notifications
You must be signed in to change notification settings - Fork 129
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 deterministic directory for clang_format_check #767
Comments
No, directly. You could download .clang-format before running
I would prefer something local, e.g. in basedir.
Currently there are 3 steps:
What exactly do you want to split? |
I prepared a PR in #768 with a sample solution. I noticed that |
Hi,
I want to download a specific
.clang-format
config file with a before/after target hook. I.e., by settingAFTER_PREPARE_CLANG_FORMAT_CHECK="wget ... -O /clang-format-source-space/.clang-format"
.This is complicated by the source space being in a temporary directory:
industrial_ci/industrial_ci/src/tests/clang_format_check.sh
Line 25 in 008159b
Would you consider a PR for the following suggestion:
/tmp/clang-format-check
run_clang_format_check
toprepare_clang_format_check
Or is there an alternative way this could work that I missed?
The text was updated successfully, but these errors were encountered: