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