mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-06-03 03:26:23 +08:00
Changes made: Removed CI config for 5.0 ad 5.1 Changed 5.2 to be based on 16.04 so we have some coverage there Converted Package.swift to the latest syntax Added a description to supported Swift versions in the README
19 lines
317 B
YAML
19 lines
317 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-nio-extras:16.04-5.2
|
|
build:
|
|
args:
|
|
ubuntu_version: "xenial"
|
|
swift_version: "5.2"
|
|
|
|
test:
|
|
image: swift-nio-extras:16.04-5.2
|
|
environment:
|
|
- SANITIZER_ARG=--sanitize=thread
|
|
|
|
shell:
|
|
image: swift-nio-extras:16.04-5.2
|