ci: Test installing in test runs

This commit is contained in:
Evan Welsh 2023-12-22 12:20:24 -06:00
parent 7ed27c84f2
commit 209fa66bd7

View File

@ -133,6 +133,8 @@ fedora-x86_64:
-Dman-pages=enabled
_build
- meson compile -C _build
# TODO: Temporary to enable g-ir-compiler
- meson install -C _build
- mkdir -p _coverage
- lcov --config-file .lcovrc --directory _build --capture --initial --output-file "_coverage/${CI_JOB_NAME}-baseline.lcov"
- .gitlab-ci/run-tests.sh