We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa15c8 commit cc1ec26Copy full SHA for cc1ec26
.github/workflows/pipeline.yml
@@ -202,3 +202,18 @@ jobs:
202
- name: Run clang-tidy check
203
run: cmake --build build --target clang-tidy-check
204
205
+ check-against-minimum-cmake:
206
+ runs-on: ubuntu-20.04
207
+
208
+ steps:
209
+ - uses: actions/checkout@v4
210
211
+ - name: Cmake version
212
+ run: cmake --version
213
214
+ - name: Make build directory
215
+ run: cmake -Bbuild -H$GITHUB_WORKSPACE
216
217
+ - name: Run clang-tidy check
218
+ run: cmake --build build
219
0 commit comments