mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
ci: Do not use verbose logging for tests, just rely on artifacts
Only print errors if any
This commit is contained in:
@ -90,7 +90,7 @@ test_dev:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- meson _build -Db_coverage=true
|
- meson _build -Db_coverage=true
|
||||||
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3
|
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3
|
||||||
- ninja -C _build coverage
|
- ninja -C _build coverage
|
||||||
- cat _build/meson-logs/coverage.txt
|
- cat _build/meson-logs/coverage.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -106,7 +106,7 @@ test_dev_with_sanitizer:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- meson _build -Db_sanitize=address
|
- meson _build -Db_sanitize=address
|
||||||
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 5
|
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 5
|
||||||
artifacts:
|
artifacts:
|
||||||
name: meson-logs
|
name: meson-logs
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|||||||
Reference in New Issue
Block a user