apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
160 stars 85 forks source link

Update ubuntu workflow to also build RelWithDebInfo and execute the unit tests #655

Open rlenferink opened 10 months ago

rlenferink commented 10 months ago

I think it would be good to also execute the RelWithDebInfo build and unit tests.

This reduces the possibility of issues being found during a release (context).

Suggestion: update the .github/workflows/ubuntu.yml to execute a matrix build for:

PengZheng commented 10 months ago

RelWithDebInfo -> all features enabled for Conan has been addressed by #657.

PengZheng commented 9 months ago

I should reminds that for Conan build, all features are off by default.