mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 08:52:42 +08:00
20 lines
321 B
YAML
20 lines
321 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-nio-extras:20.04-5.5
|
|
build:
|
|
args:
|
|
ubuntu_version: "focal"
|
|
swift_version: "5.5"
|
|
|
|
documentation-check:
|
|
image: swift-nio-extras:20.04-5.5
|
|
|
|
test:
|
|
image: swift-nio-extras:20.04-5.5
|
|
|
|
shell:
|
|
image: swift-nio-extras:20.04-5.5
|