Try to show test results in gitlab

This commit is contained in:
Jan Möbius
2020-05-25 07:18:27 +02:00
parent 943e846e73
commit 8a1aaa8472
2 changed files with 18 additions and 45 deletions

View File

@@ -60,9 +60,6 @@ test-debug-gcc-cpp11:
tags: [Docker] tags: [Docker]
dependencies: [build-debug-gcc-cpp11] dependencies: [build-debug-gcc-cpp11]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -98,9 +95,6 @@ test-release-gcc-cpp11:
tags: [Docker] tags: [Docker]
dependencies: [build-release-gcc-cpp11] dependencies: [build-release-gcc-cpp11]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -136,9 +130,6 @@ test-debug-clang-cpp11:
tags: [Docker] tags: [Docker]
dependencies: [build-debug-clang-cpp11] dependencies: [build-debug-clang-cpp11]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -174,9 +165,6 @@ test-release-clang-cpp11:
tags: [Docker] tags: [Docker]
dependencies: [build-release-clang-cpp11] dependencies: [build-release-clang-cpp11]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -212,9 +200,6 @@ test-debug-gcc-cpp14:
tags: [Docker] tags: [Docker]
dependencies: [build-debug-gcc-cpp14] dependencies: [build-debug-gcc-cpp14]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -250,9 +235,6 @@ test-release-gcc-cpp14:
tags: [Docker] tags: [Docker]
dependencies: [build-release-gcc-cpp14] dependencies: [build-release-gcc-cpp14]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -288,9 +270,6 @@ test-debug-clang-cpp14:
tags: [Docker] tags: [Docker]
dependencies: [build-debug-clang-cpp14] dependencies: [build-debug-clang-cpp14]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml
@@ -326,9 +305,6 @@ test-release-clang-cpp14:
tags: [Docker] tags: [Docker]
dependencies: [build-release-clang-cpp14] dependencies: [build-release-clang-cpp14]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml

View File

@@ -11,9 +11,6 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
tags: [Docker] tags: [Docker]
dependencies: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}] dependencies: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}]
artifacts: artifacts:
Unittests/report.xml
Unittests/report-customvec.xml
Unittests/report-doublevec.xml
reports: reports:
junit: junit:
Unittests/report.xml Unittests/report.xml