Revert "ci: Work-around meson coverage bug"

This reverts commit c07a63da99.
This commit is contained in:
Bastien Nocera 2020-08-18 12:07:59 +02:00
parent c07a63da99
commit 4e47222962

View file

@ -74,12 +74,6 @@ test_dev:
- .install_libfprint_dev
stage: test
script:
# Work-around https://github.com/mesonbuild/meson/issues/7437
- dnf install -y --nogpgcheck python3-pip
- rpm -e meson
- pip install git+https://github.com/mesonbuild/meson
- hash -d meson
- meson _build -Db_coverage=true
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3
- ninja -C _build coverage