File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: "3"
2+
3+
services:
4+
runtime-setup:
5+
image: &image swift-openapi-ahc:22.04-5.10
6+
build:
7+
args:
8+
base_image: "swiftlang/swift:nightly-5.10-jammy"
9+
10+
test:
11+
image: *image
12+
environment:
13+
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
14+
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
15+
16+
shell:
17+
image: *image
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ services:
55
image: &image swift-openapi-ahc:22.04-5.9
66
build:
77
args:
8-
base_image: "swiftlang/swift:nightly-5.9-jammy"
8+
ubuntu_version: "jammy"
9+
swift_version: "5.9"
910

1011
test:
1112
image: *image

0 commit comments

Comments
 (0)