Further CI tweaks
This commit is contained in:
17
.github/workflows/windows-dotnet.yml
vendored
17
.github/workflows/windows-dotnet.yml
vendored
@@ -1,17 +0,0 @@
|
||||
name: Windows .NET CI
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-2019
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: |
|
||||
msbuild dotnet\rubberband.sln
|
||||
|
||||
26
.github/workflows/windows.yml
vendored
26
.github/workflows/windows.yml
vendored
@@ -1,26 +0,0 @@
|
||||
name: Windows CI
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-2019
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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
|
||||
- name: configure
|
||||
run: |
|
||||
c:\ProgramData\chocolatey\bin\meson build
|
||||
- name: make
|
||||
run: |
|
||||
c:\ProgramData\chocolatey\bin\ninja -C build
|
||||
|
||||
Reference in New Issue
Block a user