Skip to content

Commit

Permalink
[Windows] Add CI
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Kisala <[email protected]>
  • Loading branch information
gkisalapl committed Mar 6, 2025
1 parent 6da3c1f commit 645e488
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Windows Meson build & test

on:
pull_request:
branches: [ main ]

jobs:
build:
runs-on: windows-2022
name: Windows Meson build & test
steps:
- name: Check out
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: -${{ github.event.pull_request.commits }}

0 comments on commit 645e488

Please sign in to comment.