mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-06-02 11:06:17 +08:00
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.
15 lines
260 B
YAML
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
|