Skip to content

Commit

Permalink
Test if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Jan 6, 2024
1 parent a730206 commit ea6fb2e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ccp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ on: push

jobs:
build:
name: main build for Unix-like
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-20.04, ubuntu-latest]
include: [
{ system: MINGW64, runner: windows-2022 },
{ system: MINGW32, runner: windows-2022 },
{ system: UCRT64, runner: windows-2022 },
{ system: CLANG64, runner: windows-2022 },
{ system: CLANG32, runner: windows-2022 },
{ system: MACOS, runner: macos-latest },
{ system: UBUNTU, runner: ubuntu-latest },
]
name: ${{ matrix.system }}
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v3
- name: cmake
Expand Down

0 comments on commit ea6fb2e

Please sign in to comment.