Add 5.6 nightly CI (#105)
The 5.6 nightly images are avaialable, let's use them.
This commit is contained in:
parent
d09e751437
commit
ea66bbc2b5
|
|
@ -0,0 +1,17 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
runtime-setup:
|
||||
image: swift-metrics:20.04-5.6
|
||||
build:
|
||||
args:
|
||||
base_image: "swiftlang/swift:nightly-5.6-focal"
|
||||
|
||||
test:
|
||||
image: swift-metrics:20.04-5.6
|
||||
environment: []
|
||||
#- SANITIZER_ARG=--sanitize=thread
|
||||
|
||||
shell:
|
||||
image: swift-metrics:20.04-5.6
|
||||
Loading…
Reference in New Issue