-
Notifications
You must be signed in to change notification settings - Fork 59
/
.spi.yml
32 lines (32 loc) · 911 Bytes
/
.spi.yml
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
version: 1
builder:
configs:
- platform: linux
swift_version: '5.10'
image: registry.gitlab.com/finestructure/spi-images:hylo-5.10-latest
documentation_targets:
- CLI
- CodeGenLLVM
- Core
- Driver
- FrontEnd
- GenerateHyloFileTests
- StandardLibrary
- IR
- TestUtils
- Utils
custom_documentation_parameters: [
--include-extended-types, --enable-inherited-docs,
--source-service, github,
--source-service-base-url, https://github.com/hylo-lang/hylo/blob/main,
--checkout-path, .
]
- platform: linux
swift_version: '5.9'
image: registry.gitlab.com/finestructure/spi-images:hylo-5.9-latest
- platform: linux
swift_version: '5.8'
image: registry.gitlab.com/finestructure/spi-images:hylo-5.8-latest
- platform: linux
swift_version: '5.7'
image: registry.gitlab.com/finestructure/spi-images:hylo-5.7-latest