Files
librubberband/.github/workflows/windows.yml
Chris Cannam 05ebfcca60 CI tweaks
2021-02-11 14:34:05 +00:00

27 lines
558 B
YAML

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