9acd9273c1
Motivation: We should add some command to be able to run all tests with leak detection enabled. This will then be used on the CI during PR builds. Modifications: Add new docker-compose config to run with leak-detection enabled. Result: Easy way to enable leak detection while running tests via docker.
22 lines
339 B
YAML
22 lines
339 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.10
|
|
build:
|
|
args:
|
|
centos_version : "6"
|
|
java_version : "1.10-0"
|
|
|
|
test:
|
|
image: netty:centos-6-1.10
|
|
test-leak:
|
|
image: netty:centos-6-1.10
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-6-1.10
|
|
|
|
shell:
|
|
image: netty:centos-6-1.10
|