Skip to content

Commit

Permalink
Enable Windows builds
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jun 3, 2024
1 parent 072c8cc commit c8d0303
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cc: clang
cxx: clang++
shell: sh
- os: windows-latest
shell: pwsh

defaults:
run:
Expand All @@ -43,6 +45,10 @@ jobs:
env:
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
- name: Install dependencies (Windows)
if: runner.os == 'windows'
run: choco install shellcheck

- run: cmake --version
- name: Configure JSON Schema
run: >
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
cc: clang
cxx: clang++
shell: sh
- os: windows-latest
shell: pwsh

defaults:
run:
Expand All @@ -41,6 +43,9 @@ jobs:
env:
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
- name: Install dependencies (Windows)
if: runner.os == 'windows'
run: choco install shellcheck

- run: cmake --version
- name: Configure JSON Schema
Expand Down

0 comments on commit c8d0303

Please sign in to comment.