Skip to content

Merge branch 'master' of https://github.com/mikeoliphant/StompboxUI #7

Merge branch 'master' of https://github.com/mikeoliphant/StompboxUI

Merge branch 'master' of https://github.com/mikeoliphant/StompboxUI #7

Workflow file for this run

name: Build
on:
[workflow_dispatch, push, pull_request]
env:
BUILD_TYPE: Release
jobs:
build-windows:
name: Build Windows
runs-on: windows-latest
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- name: Configure stompbox
working-directory: ${{github.workspace}}/Dependencies/stompbox/build
run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 ..
- name: Setup MSBuild and add to PATH
uses: microsoft/[email protected]
- name: Run MSBuild
working-directory: ${{github.workspace}}
run: msbuild .\StompboxUI.sln