mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
19 lines
324 B
YAML
19 lines
324 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: async-http-client:18.04-5.3
|
|
build:
|
|
args:
|
|
ubuntu_version: "bionic"
|
|
swift_version: "5.3"
|
|
|
|
test:
|
|
image: async-http-client:18.04-5.3
|
|
environment: []
|
|
#- SANITIZER_ARG=--sanitize=thread
|
|
|
|
shell:
|
|
image: async-http-client:18.04-5.3
|