tests: Make tests a build option

And don't skip tests if any test dependencies are missing.
This commit is contained in:
Bastien Nocera
2022-04-04 17:46:57 +02:00
parent ad2c296b46
commit e4f0e05af3
5 changed files with 32 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ build_stable:
- dnf update -y && dnf install -y $DEPENDENCIES
- dnf reinstall -y glib2
script:
- meson -Dgtk_doc=true -Dgtk-tests=true _build
- meson -Dtests=true -Dgtk_doc=true -Dgtk-tests=true _build
- ninja -v -C _build
- ninja -v -C _build install
- ninja -v -C _build uninstall