Skip to content

feat: add static target file size #73

feat: add static target file size

feat: add static target file size #73

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