Skip to content

Commit

Permalink
Try building 1.00 and 1.14 variants for more build coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Dec 30, 2023
1 parent 726856c commit 07f942f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
strategy:
matrix:
buildtype: [Debug, RelWithDebInfo]
version: ['1.00', '1.10f', '1.14d']
exclude: # Build release only for unmaintained versions.
- buildtype: Debug
version: '1.14d'
- buildtype: Debug
version: '1.00'
env:
BUILD_TYPE: ${{ matrix.buildtype }}
CMAKE_PRESET: ${{ matrix.buildtype == 'Debug' && 'clang-tidy' || 'ninja' }}
Expand Down

0 comments on commit 07f942f

Please sign in to comment.