[gjs: 1/3] Include JUnit reports in builds
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/3] Include JUnit reports in builds
- Date: Sun, 17 Jul 2022 22:49:18 +0000 (UTC)
commit 1cb9e14fbdfa37edfe5fd9fcc82e71f70aaf92fb
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Fri Jul 15 03:52:54 2022 +0200
Include JUnit reports in builds
In this way we can have test reports in pipelines
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3fe862ff..0a103ad18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,8 @@ build-alpine-image:
artifacts:
name: log_coverage
when: always
+ reports:
+ junit: _coverage_build/meson-logs/testlog*.junit.xml
paths:
- _coverage/html
- _coverage_build/meson-logs/*log*.txt
@@ -51,6 +53,8 @@ build-alpine-image:
.build: &build
when: on_success
artifacts:
+ reports:
+ junit: _build/meson-logs/testlog*.junit.xml
name: log
when: always
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]