CI tweaks

This commit is contained in:
Chris Cannam
2021-02-11 14:34:05 +00:00
parent 7615221ab1
commit 05ebfcca60
3 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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