Skip to content

.gitlab-ci.yml: use meson instead of ninja where possible

Yegor Yefremov requested to merge yegorslists/ModemManager:meson-ci into main

Replace all ninja invocations but for the uninstall target with meson.

meson build command can be omitted when executing test and install targets that depend on compile target.

Merge request reports