Skip to content

Commit

Permalink
Merge pull request #1426 from finestructure/main
Browse files Browse the repository at this point in the history
Update .spi.yml
  • Loading branch information
kyouko-taiga authored Apr 2, 2024
2 parents add34d0 + 802c643 commit b1735e0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 1
builder:
configs:
- platform: linux
swift_version: '5.9'
image: registry.gitlab.com/finestructure/spi-images:hylo-5.9-latest
swift_version: '5.10'
image: registry.gitlab.com/finestructure/spi-images:hylo-5.10-latest
documentation_targets:
- CLI
- CodeGenLLVM
Expand All @@ -15,10 +15,18 @@ builder:
- 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

0 comments on commit b1735e0

Please sign in to comment.