A couple of further builds

This commit is contained in:
Chris Cannam
2024-03-07 14:26:19 +00:00
parent c496db633e
commit 4d219f95a8

View File

@@ -23,3 +23,8 @@ jobs:
- name: test - name: test
run: | run: |
meson test -C build 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