Skip to content

Commit

Permalink
take two baby
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones committed Feb 27, 2025
1 parent a5b176d commit cb25474
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@ on:

jobs:

build:
build-test:
name: Testing compilation
runs-on: ${{ matrix.os }}

strategy:

# continue other jobs if any fail
fail-fast: false

# perform job for all combinations of...
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
precision: [1, 2, 4]

# assign each OS a bespoke compilter
include:
- os: ubuntu-latest
compiler: g++
Expand Down

0 comments on commit cb25474

Please sign in to comment.