Skip to content

Commit

Permalink
windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
eduar-hte committed Apr 28, 2024
1 parent 30e1cd8 commit d8b6f1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ jobs:
run: make -j `sysctl -n hw.logicalcpu`
- name: check
run: make check

build-windows:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: make
run: vcbuild.bat

0 comments on commit d8b6f1c

Please sign in to comment.