Skip to content

docs: document static file metadata #77

docs: document static file metadata

docs: document static file metadata #77

Workflow file for this run

name: Windows Build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B build
- name: Build release executable
run: cmake --build build --config Release