Skip to content

Commit f698b0c

Browse files
committed
[ci] Add workflow to configure with CMake 3.15
Ensure that oldest supportest version of CMake can configure project
1 parent ee3db10 commit f698b0c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@ jobs:
104104
--config ${{ env.CMAKE_BUILD_TYPE }} \
105105
--verbose
106106
107+
cmake-config-oldest-cmake:
108+
name: CMake 3.15 config check (Ubuntu 26.04)
109+
runs-on: ubuntu-26.04
110+
steps:
111+
- uses: actions/checkout@v6
112+
113+
- name: Check CMake 3.15
114+
uses: ./.github/actions/quick_cmake
115+
with:
116+
cmake-version: "3.15"
117+
if: success() || failure()
118+
107119
bazel-build:
108120
strategy:
109121
matrix:

0 commit comments

Comments
 (0)