We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472efc5 commit f453ca9Copy full SHA for f453ca9
.github/workflows/windows.yml
@@ -9,6 +9,7 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v4
12
+ - uses: microsoft/setup-msbuild@v2
13
- uses: actions/setup-python@v5
14
with:
15
python-version: '3.x'
@@ -33,6 +34,3 @@ jobs:
33
34
- name: dotnet
35
run: |
36
msbuild dotnet\rubberband.sln /t:Restore;Build
- - name: single
37
- run: |
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