Skip to content

Commit

Permalink
Add GitHub workflow for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed May 12, 2024
1 parent 94f93f4 commit 2718482
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
on:
push:
branches: master
pull_request:
branches: master

jobs:
Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: Build
run: nmake

0 comments on commit 2718482

Please sign in to comment.