commit | 256ed5d88df02e236cfe43e2d62a99b5129cf751 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Mar 30 11:35:03 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 07 18:53:51 2021 +0000 |
tree | 0de27c3c8bfe33cb592073e273e42dbc63f988d8 | |
parent | 147776e684781e7d3b72ab0bfb84fc7573efd564 [diff] |
run-build-script-ci: run formatting under docker The code formatting script makes assumptions about formatting tools being available which are often not installed on the Jenkins hosts (or may be the wrong version). Switch to run the tool under Docker, so we get a consistent and correct version of these tools installed, by utilizing the 'run-unit-test-docker' script. This script runs the code formatters, and fails the execution if they fail, but safely exits when no unit tests or build system is found (like this repository). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib24b7258e4920ca3f23e029941f450872fc590f6
Build script for CI jobs in Jenkins.