CI tweaks
This commit is contained in:
3
.github/workflows/windows-dotnet.yml
vendored
3
.github/workflows/windows-dotnet.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Windows CI
|
||||
name: Windows .NET CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -13,6 +13,5 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
msbuild dotnet\rubberband.sln
|
||||
|
||||
|
||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -19,8 +19,8 @@ jobs:
|
||||
.\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
||||
- name: configure
|
||||
run: |
|
||||
meson build
|
||||
c:\ProgramData\chocolatey\bin\meson build
|
||||
- name: make
|
||||
run: |
|
||||
ninja -C build
|
||||
c:\ProgramData\chocolatey\bin\ninja -C build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user