Skip to content

More audio class refactoring, both for the spec and specblock. Some h… #112

More audio class refactoring, both for the spec and specblock. Some h…

More audio class refactoring, both for the spec and specblock. Some h… #112

Workflow file for this run

name: Build Windows
on: [push,pull_request]
jobs:
build-and-deploy:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build
- name: GH Release
uses: actions/upload-artifact@v4
with:
name: WindowsRelease
path: build/bin