diff --git a/.buildkite/cmakecheck.yml b/.buildkite/cmakecheck.yml new file mode 100644 --- /dev/null +++ b/.buildkite/cmakecheck.yml @@ -0,0 +1,12 @@ +steps: + - label: 'cmake-lint' + command: + - 'pip install cmakelang' + - 'shopt -s globstar' + - 'cmake-lint **/CMakeLists.txt **/*.cmake' + plugins: + - docker#v3.13.0: + image: 'python:bullseye' + shell: ['/bin/bash', '-e', '-c'] + agents: + - 'autoscaling=true'