Create cmake.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:56:34 -07:00 committed by GitHub
parent 62f7f3efe6
commit 4bb04e77c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,14 @@
name: Build
on:
push:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Build Project
uses: threeal/cmake-action@v2.0.0