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 138218b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
on:
push:
branches: master
pull_request:
branches: master

jobs:
Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: nmake

0 comments on commit 138218b

Please sign in to comment.