Skip to content

Test by MSVC

Test by MSVC #82

Workflow file for this run

name: Test by MSVC
on:
push:
pull_request:
schedule:
- cron: "0 19 * * 3"
jobs:
MSVC2019:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- run: pip install meson ninja
- uses: ilammy/[email protected]
- run: meson setup build
- run: meson test -C build -v
MSVC2022:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: pip install meson ninja
- uses: ilammy/[email protected]
- run: meson setup build
- run: meson test -C build -v