Skip to content

Commit

Permalink
Refine CI setup pt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jul 2, 2024
1 parent fd35f09 commit e4dca94
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,14 @@ jobs:

matrix:

# Need dummy entries for the matrix to pick up the variables
os: []
compiler: []
# Need dummy entries for the matrix to pick up the variables.
# We later set all other combinations that we want explicitly.
os:
- ubuntu-latest
- macos-latest
compiler:
- gcc
- llvm

# Default to debug build
build_type:
Expand Down

0 comments on commit e4dca94

Please sign in to comment.