Skip to content

Commit 0e4468f

Browse files
committed
feat(SPI): Add .spi.yml
1 parent ed4ec28 commit 0e4468f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.spi.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- platform: ios
5+
scheme: DeclarativeConfiguration
6+
- platform: macos-xcodebuild
7+
scheme: DeclarativeConfiguration
8+
- platform: tvos
9+
scheme: DeclarativeConfiguration
10+
- platform: watchos
11+
scheme: DeclarativeConfiguration
12+
- platform: linux
13+
scheme: DeclarativeConfiguration
14+
swift_version: '5.9'
15+
- platform: linux
16+
scheme: DeclarativeConfiguration
17+
swift_version: '6.0'
18+
19+
- platform: ios
20+
scheme: DeclarativeConfigurationCore
21+
- platform: macos-xcodebuild
22+
scheme: DeclarativeConfigurationCore
23+
- platform: tvos
24+
scheme: DeclarativeConfigurationCore
25+
- platform: watchos
26+
scheme: DeclarativeConfigurationCore
27+
- platform: linux
28+
scheme: DeclarativeConfigurationCore
29+
swift_version: '5.9'
30+
- platform: linux
31+
scheme: DeclarativeConfigurationCore
32+
swift_version: '6.0'
33+
34+
- documentation_targets:
35+
- DeclarativeConfiguration
36+
- DeclarativeConfigurationCore

0 commit comments

Comments
 (0)