Skip to content

gitlab-ci: enable assertions on fedora34-ninja jobs

Brad King requested to merge brad.king/cmake:ci-assertions into master

We should have at least one CI job in merge request pipelines that builds CMake with assertions enabled. We avoid using the Debug configuration in order to keep CI artifacts small, so instead use the Release configuration without -DNDEBUG.

Backport: release

Edited by Brad King

Merge request reports