Skip to content

Commit

Permalink
WIP: Add CI for building the project on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed May 29, 2024
1 parent a4e61d4 commit 38a6378
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
pull_request:
push:
branches: [ main ]
workflow_dispatch:

jobs:
check-win-build:
name: Check build on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --features generate-bindings,bundled

0 comments on commit 38a6378

Please sign in to comment.