~registry/libfprint/master

« back to all changes in this revision

Viewing changes to .gitlab-ci.yml

  • Committer: Marco Trevisan (Treviño)
  • Date: 2022-07-14 20:13:49 UTC
  • Revision ID: git-v1:15bee898b8da6ca92c701a14997aef45e5dba113
ci: Use junit test reports

They can be used to show test failure logs directly in the MR's
pipelines page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    - ninja -C _build coverage
70
70
    - cat _build/meson-logs/coverage.txt
71
71
  artifacts:
 
72
    reports:
 
73
      junit: "_build/meson-logs/testlog.junit.xml"
72
74
    expose_as: 'Coverage Report'
73
75
    when: always
74
76
    paths:
87
89
    - ninja -C _build
88
90
    - meson test -C _build --print-errorlogs --no-stdsplit --setup=valgrind
89
91
  artifacts:
 
92
    reports:
 
93
      junit: "_build/meson-logs/testlog.junit.xml"
90
94
    expose_as: 'Valgrind test logs'
91
95
    when: always
92
96
    paths: