This PR adds a new target to docker-compose that builds a new project that depends on this one, with C++ interoperability enabled, with the goal of adding a new CI pipeline that checks the build succeeds.
Motivation:
To make sure that C++ interoperability can be used on projects that depend on swift-nio-ssl.
Modifications:
Added a new target to docker-compose that creates a new package that depends on swift-nio-ssl, and builds it with C++ interoperability enabled.
Will request a new CI pipeline that runs this new target.
Result:
We will ensure this projects builds properly with C++ interoperability enabled.
This PR adds a new target to
docker-compose
that builds a new project that depends on this one, with C++ interoperability enabled, with the goal of adding a new CI pipeline that checks the build succeeds.Motivation:
To make sure that C++ interoperability can be used on projects that depend on
swift-nio-ssl
.Modifications:
swift-nio-ssl
, and builds it with C++ interoperability enabled.Result:
We will ensure this projects builds properly with C++ interoperability enabled.