Files
librubberband/.github/workflows/windows.yml
2021-02-11 14:20:22 +00:00

27 lines
498 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: |
meson build
- name: make
run: |
ninja -C build