commit | 457b6d1594852500177f93c93e43f1ade9368f46 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Mar 09 15:28:14 2018 +1030 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Apr 09 14:39:19 2018 +0000 |
tree | 44e0cfaebd9303045a16364bc8b7b5cf2f3f55ca | |
parent | dc1e7022422adf411a3987ac129feaba818b79ab [diff] |
format-code.sh: Allow some flexibility when formatting clang-format doesn't allow us to differentiate between C and C++ styles, they are both lumped under the 'Language: Cpp' directive. This doesn't work when you have different styles for each language, for example in the phosphor-mboxd repository (C in kernel style, C++ in OpenBMC style, due to history). phosphor-mboxd ships its own format-code.sh script which deals with its specific requirements, so lets execute that. Change-Id: I2bb4a5ffd940dcaac95481c2baf23823dba005ee Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Build script for CI jobs in Jenkins.