From 4d219f95a810d82618231cb9fe6f0425f03ba010 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 7 Mar 2024 14:26:19 +0000 Subject: [PATCH] A couple of further builds --- .github/workflows/windows.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2d4c4d5..a87c7c1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,3 +23,8 @@ jobs: - name: test run: | meson test -C build + - name: vcstatic + run: | + msbuild otherbuilds\rubberband-library.vcxproj /t:Build /p:Configuration=Release + - name: dotnet + msbuild dotnet\rubberband.sln /t:Restore;Build