Skip to content

Commit a7f9c1f

Browse files
committed
Addition of CMake 3.10 in Github Actions
1 parent f2e99dd commit a7f9c1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- os: ubuntu-latest
3636
build: cmake-inline
3737
toolchain: {compiler: gcc, version: 10}
38+
- os: ubuntu-latest
39+
build: cmake-3.10
40+
toolchain: {compiler: gcc, version: 10}
3841
exclude:
3942
- os: macos-14
4043
toolchain: {compiler: intel, version: '2024.1'}
@@ -55,6 +58,10 @@ jobs:
5558
- name: Install fypp
5659
run: pip install --upgrade fypp ninja
5760

61+
- name: Install cmake-3.10
62+
if: ${{ matrix.build == 'cmake-3.10' }}
63+
run: pip install --upgrade cmake==3.10
64+
5865
- name: Setup Fortran compiler
5966
uses: fortran-lang/[email protected]
6067
id: setup-fortran

0 commit comments

Comments
 (0)