Skip to content

Commit

Permalink
Add windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jul 30, 2024
1 parent cddd07a commit ecb2385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- 'master'
- 'main'
- 'stuff-*'

jobs:
test:
Expand Down Expand Up @@ -43,6 +44,11 @@ jobs:
nobgt: 0
no_tests: 1
tag: macos-latest
- name: x86_64-pc-windows-msvc (stable)
target: x86_64-pc-windows-msvc
nobgt: 0
no_tests: 0
tag: windows-latest
runs-on: ${{ matrix.tag }}
env:
TARGET: ${{ matrix.target }}
Expand Down

0 comments on commit ecb2385

Please sign in to comment.