Create cmake.yml (#1563)

* Create cmake.yml

* Update cmake.yml

* Update cmake.yml
This commit is contained in:
Jordan Bayles 2024-09-09 19:05:11 -07:00 committed by GitHub
parent a4a083c307
commit d791737ccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
.github/workflows/cmake.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: cmake
on: [push]
jobs:
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
- name: build project
uses: threeal/cmake-action@v2.0.0