Commit Graph

5 Commits

Author SHA1 Message Date
Cory Benfield 22d92ad93c
Add 5.6 nightly CI (#140)
* Add 5.6 nightly CI

The 5.6 nightly images are available, let's use them.

* Add 5.5 as well
2022-01-18 09:37:53 +00:00
David Evans 0aecfe8b3a
Remove Swift 5.0 and 5.1 support, and add CI config (#122)
* Setup CI and update Package

* Rename sanity to soundness

* Apply suggestions from code review

Co-authored-by: Cory Benfield <lukasa@apple.com>

* Fix nightly docker config

Co-authored-by: Cory Benfield <lukasa@apple.com>
2021-06-23 08:57:00 +01:00
Johannes Weiss 188a295ee3
docker setup for main nightlies (#114) 2021-06-22 18:47:35 +01:00
Peter Adams 71dbab3f12
Fix docker shell to use correct image. (#102)
Motivation:

Docker shell was incorrectly using the swift-nio docker image
rather than the swift-nio-transport-services one.

Modifications:

Change docker compose file to use the correct image.

Result:

Correct image will be used for docker shell.
2020-08-04 09:23:12 +01:00
Peter Adams d40a5e34e5
Add docker config for swift-nio-transport-services (#99)
Motivation:

It's important that transport-services compiles and does nothing
on linux so it can be used in builds which just do the right thing
on all platforms.

Modifications:

Add basic docker-compose files based on those from swift-nio

Result:

It's possible to run docker on this repo to run the tests.
2020-07-24 08:39:46 +01:00