Files
async-http-client/docker/docker-compose.1804.52.yaml
T
tomer doron 65a55b6ba5 update ci setup (#193)
motivation: 5.2 adoption, prepare for 5.3

changes:
* use 5.2 docker-compose setup
* add 5.3 docker-compose setup (placeholder)
* update format
2020-04-05 13:50:36 -07:00

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