Skip to content

ci: add github actions build #1

ci: add github actions build

ci: add github actions build #1

Workflow file for this run

name: Build
on:
push:
jobs:
build-project:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Build Project
uses: threeal/cmake-action@v2.0.0