Fix for msbuild

This commit is contained in:
Chris Cannam
2024-03-07 14:37:20 +00:00
parent 472efc5555
commit f453ca9d77

View File

@@ -9,6 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
@@ -33,6 +34,3 @@ jobs:
- name: dotnet - name: dotnet
run: | run: |
msbuild dotnet\rubberband.sln /t:Restore;Build 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