Skip to content

Commit

Permalink
Create windows.yml (#22)
Browse files Browse the repository at this point in the history
* Create windows.yml

* Update windows.yml
  • Loading branch information
0xLeif authored Jun 19, 2024
1 parent 9dd8e3b commit 3f48399
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Windows

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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

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

0 comments on commit 3f48399

Please sign in to comment.