Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baylesj authored Sep 10, 2024
1 parent 323fbce commit 852e758
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: cmake
on: [push]
jobs:
cmake:
name: build
runs-on: ubuntu-latest
publish:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: checkout project
uses: actions/checkout@v4
Expand Down

0 comments on commit 852e758

Please sign in to comment.