Skip to content

Add Github testing workflow #7

Add Github testing workflow

Add Github testing workflow #7

Workflow file for this run

name: Build & Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: threeal/cmake-action@v2
with:
cxx-compiler: clang++