Skip to content

Commit

Permalink
ci: Do Windows build but do not run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Feb 7, 2025
1 parent 50f093a commit 08666f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [linux, mac]
os: [linux, mac, win]
arch: [arm64, x64]
exclude:
- os: win
Expand Down Expand Up @@ -72,9 +72,11 @@ jobs:
--CDCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
--CDCMAKE_BUILD_TYPE=Release ^
--CDCMAKE_C_COMPILER=cl ^
--CDCMAKE_CXX_COMPILER=cl
--CDCMAKE_CXX_COMPILER=cl ^
--CDCMAKE_RC_COMPILER=rc
- name: Test
if: matrix.os != 'win'
run: yarn test

- name: Prepare .node file
Expand Down

0 comments on commit 08666f0

Please sign in to comment.