mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-06-02 02:56:03 +08:00
22 lines
411 B
YAML
22 lines
411 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-nio-extras:22.04-5.8
|
|
build:
|
|
args:
|
|
ubuntu_version: "jammy"
|
|
swift_version: "5.8"
|
|
|
|
test:
|
|
image: swift-nio-extras:22.04-5.8
|
|
environment:
|
|
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
|
|
|
|
documentation-check:
|
|
image: swift-nio-extras:22.04-5.8
|
|
|
|
shell:
|
|
image: swift-nio-extras:22.04-5.8
|