Create cmake.yml
This commit is contained in:
parent
62f7f3efe6
commit
4bb04e77c7
14
.github/workflows/cmake.yml
vendored
Normal file
14
.github/workflows/cmake.yml
vendored
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user