Skip to content

Commit

Permalink
Create windows.yml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Sep 20, 2024
1 parent 03448b3 commit e6715bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Windows

on:
push:
branches: ["**"]

jobs:
build:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-6.0-release
tag: 6.0-RELEASE

- uses: actions/checkout@v2
- run: swift build
- run: swift test

0 comments on commit e6715bb

Please sign in to comment.