CI: test skips are failures
In CI we should never get a skip, so turn them into failures to make sure we notice. This is enabled only for the configuration where we build everything. If anything is disabled, skips are expected. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
@@ -105,6 +105,7 @@ build-native-meson-default-options:
|
|||||||
-Doptimization=0
|
-Doptimization=0
|
||||||
-Db_coverage=true
|
-Db_coverage=true
|
||||||
-Dwerror=true
|
-Dwerror=true
|
||||||
|
-Dtest-skip-is-failure=true
|
||||||
extends: .build-native-meson
|
extends: .build-native-meson
|
||||||
after_script:
|
after_script:
|
||||||
- ninja -C build-* coverage-html
|
- ninja -C build-* coverage-html
|
||||||
|
|||||||
Reference in New Issue
Block a user