Skip to content

ci: Replace circleci with GH actions #49

ci: Replace circleci with GH actions

ci: Replace circleci with GH actions #49

Workflow file for this run

name: Windows CI
on:
pull_request:
workflow_dispatch:
jobs:
library-windows:
name: Windows - Swift 5.9
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Swift
uses: compnerd/gha-setup-swift@325a5c6b81322f9b7497530aef08119d238ddfa8
with:
branch: swift-5.9-release
tag: 5.9-RELEASE
- name: Build and test
run: swift test