swift-nio-extras/docker/docker-compose.1404.403.yaml
Johannes Weiß 2516d61aee
add docker setup (#4)
Motivation:

We need the docker setup for CI.

Modifications:

Added docker setup. Started with swift-nio's setup and then removed
everything that we don't need (test, http, echo, integration-tests).

Result:

We can move forward doing CI.
2018-05-22 10:31:13 +01:00

15 lines
260 B
YAML

version: "3"
services:
runtime-setup:
image: swift-nio-extras:14.04-4.0.3
build:
args:
ubuntu_version : "14.04"
swift_version : "4.0.3"
install_curl_from_source: "true"
test:
image: swift-nio-extras:14.04-4.0.3