Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Mar 7, 2024
1 parent db2ed74 commit 472efc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
msbuild otherbuilds\rubberband-library.vcxproj /t:Build /p:Configuration=Release
- name: dotnet
run: |
msbuild dotnet\rubberband.sln /t:Restore;Build
- name: single
run: |
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 comments on commit 472efc5

Please sign in to comment.