Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ReadMailReallyFast
code
Commits
bb3d9f3c
Commit
bb3d9f3c
authored
1 year ago
by
Benny Baumann
Browse files
Options
Downloads
Patches
Plain Diff
cfg: Enable Unit Test Reports
parent
8c3cfe18
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10732
failed
1 year ago
Stage: prebuild
Stage: build
Stage: testing
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
Makefile
+5
-1
5 additions, 1 deletion
Makefile
with
19 additions
and
1 deletion
.gitlab-ci.yml
+
14
−
0
View file @
bb3d9f3c
...
...
@@ -62,6 +62,13 @@ test:bsd:
script
:
-
make test
-
echo Successfully tested.
artifacts
:
when
:
always
paths
:
-
bin/test/*.xml
reports
:
junit
:
-
bin/test/*.xml
test:deb
:
stage
:
testing
...
...
@@ -71,3 +78,10 @@ test:deb:
-
make lintian
-
make test
-
echo Successfully tested.
artifacts
:
when
:
always
paths
:
-
bin/test/*.xml
reports
:
junit
:
-
bin/test/*.xml
This diff is collapsed.
Click to expand it.
Makefile
+
5
−
1
View file @
bb3d9f3c
...
...
@@ -157,7 +157,11 @@ lintian:
test
:
${TEST_TARGETS}
for
a
in
${
TEST_TARGETS
};
do
\
echo
$$
a
;
\
$$
a
;
\
$$
a
\
--report_format
=
XML
--report_level
=
detailed
--report_sink
=
"
$$
a.unit.xml"
\
--report_memory_leaks_to
=
"
$$
a.memleak.xml"
\
--log_format
=
XML
--log_level
=
all
--log_sink
=
"
$$
a.log.xml"
\
;
\
done
install
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment