mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
21 lines
383 B
YAML
21 lines
383 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: redistack:22.04-main
|
|
build:
|
|
args:
|
|
base_image: "swiftlang/swift:nightly-main-jammy"
|
|
|
|
documentation-check:
|
|
image: redistack:22.04-main
|
|
|
|
test:
|
|
image: redistack:22.04-main
|
|
environment:
|
|
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
|
|
|
|
shell:
|
|
image: redistack:22.04-main
|