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
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
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
|
- name: deps
|
||||||
run: |
|
run: |
|
||||||
cinst wget
|
cinst wget
|
||||||
cinst meson
|
cinst meson
|
||||||
c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
|
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
|
.\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
||||||
- name: configure
|
- name: configure
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
meson build
|
meson build
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
|||||||
Reference in New Issue
Block a user