Untabify
This commit is contained in:
2
.github/workflows/windows-dotnet.yml
vendored
2
.github/workflows/windows-dotnet.yml
vendored
@@ -14,5 +14,5 @@ jobs:
|
||||
- name: make
|
||||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
msbuild dotnet\rubberband.sln
|
||||
msbuild dotnet\rubberband.sln
|
||||
|
||||
|
||||
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@@ -14,13 +14,13 @@ jobs:
|
||||
- name: deps
|
||||
run: |
|
||||
cinst wget
|
||||
cinst meson
|
||||
c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
|
||||
.\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
||||
cinst meson
|
||||
c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
|
||||
.\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
||||
- name: configure
|
||||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
meson build
|
||||
meson build
|
||||
- name: make
|
||||
run: |
|
||||
ninja -C build
|
||||
|
||||
Reference in New Issue
Block a user