Skip to content

Version 0.44.1

Version 0.44.1 #2460

Workflow file for this run

# Windows.yaml
#
# This source file is part of the Workspace open source project.
# Diese Quelldatei ist Teil des quelloffenen Arbeitsbereich‐Projekt.
# https://github.com/SDGGiesbrecht/Workspace#workspace
#
# Copyright ©2021–2024 Jeremy David Giesbrecht and the Workspace project contributors.
# Urheberrecht ©2021–2024 Jeremy David Giesbrecht und die Mitwirkenden des Arbeitsbereich‐Projekts.
#
# Soli Deo gloria.
#
# Licensed under the Apache Licence, Version 2.0.
# See http://www.apache.org/licenses/LICENSE-2.0 for licence information.
name: Windows
on: [push, pull_request]
jobs:
Windows:
name: Windows
runs-on: windows-2019
steps:
- name: Check out
uses: actions/checkout@v3
- name: Cache Workspace
uses: actions/cache@v3
with:
key: Windows‐${{ hashFiles('.github/workflows/**') }}
path: .build/SDG/Workspace
- name: Install Swift
uses: compnerd/[email protected]
with:
branch: swift-5.8-release
tag: 5.8-RELEASE
- name: Test
shell: cmd
run: |
echo on
set TARGETING_WINDOWS=true
swift test