36f04d69f2
Motivation: There are the first EA bulds for OpenJDK 13. We should support to build with it and run builds on the CI. Modifications: - Add profile for JDK 13 - Add docker config to run with JDK 13. Result: Building and testing with OpenJDK 13 is possible.
23 lines
350 B
YAML
23 lines
350 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.13
|
|
build:
|
|
args:
|
|
centos_version : "6"
|
|
java_version : "openjdk@1.13.0-3"
|
|
|
|
test:
|
|
image: netty:centos-6-1.13
|
|
|
|
test-leak:
|
|
image: netty:centos-6-1.13
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-6-1.13
|
|
|
|
shell:
|
|
image: netty:centos-6-1.13
|