Quoting; move away from AppVeyor CI
This commit is contained in:
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@@ -33,4 +33,9 @@ jobs:
|
||||
msbuild otherbuilds\rubberband-library.vcxproj /t:Build /p:Configuration=Release
|
||||
- name: dotnet
|
||||
run: |
|
||||
msbuild dotnet\rubberband.sln /t:Restore;Build
|
||||
msbuild dotnet\rubberband.sln "/t:Restore;Build"
|
||||
|
||||
## (Commented out as cl not in path - to fix)
|
||||
# - 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
|
||||
|
||||
Reference in New Issue
Block a user