95b96126c3
Motivation: We should just use GitHub Actions for the CI Modifications: - Adjust docker / docker compose files - Add different workflows and jobs to deploy and build the project Result: Don't depend on external CI services
21 lines
317 B
YAML
21 lines
317 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.10
|
|
build:
|
|
args:
|
|
java_version : "zulu@1.10.0-2"
|
|
|
|
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
|