mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
motivation: 5.2 adoption, prepare for 5.3 changes: * use 5.2 docker-compose setup * add 5.3 docker-compose setup (placeholder) * update format
19 lines
324 B
YAML
19 lines
324 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: async-http-client:18.04-5.2
|
|
build:
|
|
args:
|
|
ubuntu_version: "bionic"
|
|
swift_version: "5.2"
|
|
|
|
test:
|
|
image: async-http-client:18.04-5.2
|
|
environment: []
|
|
#- SANITIZER_ARG=--sanitize=thread
|
|
|
|
shell:
|
|
image: async-http-client:18.04-5.2
|