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
162 stars 86 forks source link

Replace ci config with ctest --output-on-failure #573

Closed pnoltes closed 1 year ago

pnoltes commented 1 year ago

Small PR that updates the running of test on the CI server so that the log output is less verbose (except on failure). This should help in more easily read what went wrong if a CI test fails.