mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-06-03 03:26:23 +08:00
* Add Swift 5.8 CI @dnadoba * Update nightly CI to Ubuntu 22.04 * Run `generate_linux_tests.rb`
18 lines
348 B
YAML
18 lines
348 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-nio-extras:22.04-main
|
|
build:
|
|
args:
|
|
base_image: "swiftlang/swift:nightly-main-jammy"
|
|
|
|
test:
|
|
image: swift-nio-extras:22.04-main
|
|
environment:
|
|
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
|
|
|
|
shell:
|
|
image: swift-nio-extras:22.04-main
|