Added windows build workflow

This commit is contained in:
Jonathan Moallem 2020-11-22 09:42:21 +11:00 committed by GitHub
parent 1cf22fa1c1
commit 17ed8c1f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/windows-build.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: windows-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
windows-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: make
run: mingw32-make