mirror of
https://github.com/swift-server/swift-openapi-async-http-client.git
synced 2026-05-03 07:42:29 +00:00
Add Docker Compose file for Swift 5.9.0 (#33)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
runtime-setup:
|
||||
image: &image swift-openapi-ahc:22.04-5.9.0
|
||||
build:
|
||||
args:
|
||||
ubuntu_version: "jammy"
|
||||
swift_version: "5.9.0"
|
||||
|
||||
test:
|
||||
image: *image
|
||||
environment:
|
||||
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
|
||||
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
|
||||
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
|
||||
|
||||
shell:
|
||||
image: *image
|
||||
Reference in New Issue
Block a user