Skip to content

updated dev docs

updated dev docs #17

Workflow file for this run

name: Build
on: [push]
jobs:
Build-PC:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: Configure Project
uses: threeal/[email protected]
- name: Prepare Project
run: cmake -S ./ -B build
- name: Build Project
run: cmake --build build