Try to show test results in gitlab
This commit is contained in:
@@ -60,9 +60,6 @@ test-debug-gcc-cpp11:
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-gcc-cpp11]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -98,9 +95,6 @@ test-release-gcc-cpp11:
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-gcc-cpp11]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -136,9 +130,6 @@ test-debug-clang-cpp11:
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-clang-cpp11]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -174,9 +165,6 @@ test-release-clang-cpp11:
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-clang-cpp11]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -212,9 +200,6 @@ test-debug-gcc-cpp14:
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-gcc-cpp14]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -250,9 +235,6 @@ test-release-gcc-cpp14:
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-gcc-cpp14]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -288,9 +270,6 @@ test-debug-clang-cpp14:
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-clang-cpp14]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
@@ -326,9 +305,6 @@ test-release-clang-cpp14:
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-clang-cpp14]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
|
||||
@@ -11,9 +11,6 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
|
||||
tags: [Docker]
|
||||
dependencies: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}]
|
||||
artifacts:
|
||||
Unittests/report.xml
|
||||
Unittests/report-customvec.xml
|
||||
Unittests/report-doublevec.xml
|
||||
reports:
|
||||
junit:
|
||||
Unittests/report.xml
|
||||
|
||||
Reference in New Issue
Block a user