Added windows build workflow
This commit is contained in:
parent
1cf22fa1c1
commit
17ed8c1f20
17
.github/workflows/windows-build.yml
vendored
Normal file
17
.github/workflows/windows-build.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user