We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2ed74 commit 472efc5Copy full SHA for 472efc5
.github/workflows/windows.yml
@@ -31,6 +31,8 @@ jobs:
31
run: |
32
msbuild otherbuilds\rubberband-library.vcxproj /t:Build /p:Configuration=Release
33
- name: dotnet
34
+ run: |
35
msbuild dotnet\rubberband.sln /t:Restore;Build
36
- name: single
37
38
cl main\main.cpp single\RubberBandSingle.cpp .\src\ext\getopt\getopt.c src\ext\getopt\getopt_long.c "C:\Program Files\libsndfile\lib\sndfile.lib" /O2 /std:c++14 /D_USE_MATH_DEFINES /DNOMINMAX /EHs /I"C:\Program Files\libsndfile\include" /link /out:test_single.exe
0 commit comments