-
Notifications
You must be signed in to change notification settings - Fork 19
32 lines (25 loc) · 897 Bytes
/
Copy pathwindows-shell.yml
File metadata and controls
32 lines (25 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Windows shell validation
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
windows-shell:
runs-on: windows-2022
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: compnerd/gha-setup-swift@397094e75494a93fa8d81db0268dbc8f5d6cf7c6 # v0.4.1
with:
swift-version: swift-6.3.3-release
swift-build: 6.3.3-RELEASE
cache: true
- name: Bootstrap exact Windows dependencies
shell: pwsh
run: ./Tools/windows/bootstrap.ps1 -ToolRoot .ci-tools -ProviderRoot .ci-providers
- name: Verify shell contracts and pinned-provider smoke
shell: pwsh
run: ./Tools/windows/validate.ps1 -Task windows-shell -SkipTrayLive
- name: Validate release packaging
shell: pwsh
run: ./Tools/windows/validate.ps1 -Task packaging