Skip to content

Merge branch 'main' of https://github.com/Kade-github/TheFrim #8

Merge branch 'main' of https://github.com/Kade-github/TheFrim

Merge branch 'main' of https://github.com/Kade-github/TheFrim #8

Workflow file for this run

name: Build
on:
push:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v4
- name: Configure and Build Project
uses: threeal/cmake-action@main
with:
generator: Ninja
c-compiler: clang
cxx-compiler: clang++
source-dir: ./src