Skip to content

Commit 696ecc4

Browse files
authored
Add static SDK CI workflow (#50)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
1 parent b99db59 commit 696ecc4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
swift_test_enabled: false # requires running Cassandra server
3030
watchos_xcode_build_enabled: false # posix API availability
3131
tvos_xcode_build_enabled: false # posix API availability
32+
33+
static-sdk:
34+
name: Static SDK
35+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535
watchos_xcode_build_enabled: false # posix API availability
3636
tvos_xcode_build_enabled: false # posix API availability
3737
runner_pool: general
38+
39+
static-sdk:
40+
name: Static SDK
41+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)