Add 5.6 nightly CI (#140)
* Add 5.6 nightly CI The 5.6 nightly images are available, let's use them. * Add 5.5 as well
This commit is contained in:
parent
8ab824b140
commit
22d92ad93c
|
|
@ -0,0 +1,16 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
runtime-setup:
|
||||
image: swift-nio-transport-services:20.04-5.5
|
||||
build:
|
||||
args:
|
||||
ubuntu_version: "focal"
|
||||
swift_version: "5.5"
|
||||
|
||||
test:
|
||||
image: swift-nio-transport-services:20.04-5.5
|
||||
|
||||
shell:
|
||||
image: swift-nio-transport-services:20.04-5.5
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
runtime-setup:
|
||||
image: swift-nio-transport-services:20.04-5.6
|
||||
build:
|
||||
args:
|
||||
ubuntu_version: "focal"
|
||||
base_image: "swiftlang/swift:nightly-5.6-focal"
|
||||
|
||||
test:
|
||||
image: swift-nio-transport-services:20.04-5.6
|
||||
|
||||
shell:
|
||||
image: swift-nio-transport-services:20.04-5.6
|
||||
Loading…
Reference in New Issue