This commit is contained in:
Johannes Lenzen
2020-05-26 09:49:09 +02:00
parent d6d413febd
commit 76b94bb894
2 changed files with 27 additions and 29 deletions

View File

@@ -63,9 +63,9 @@ test-debug-gcc-cpp11:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-gcc-cpp11-debug-Vector-Checks/Unittests/report.xml
build-gcc-cpp11-debug-Vector-Checks/Unittests/report-customvec.xml
build-gcc-cpp11-debug-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -99,9 +99,9 @@ test-release-gcc-cpp11:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-gcc-cpp11-release-Vector-Checks/Unittests/report.xml
build-gcc-cpp11-release-Vector-Checks/Unittests/report-customvec.xml
build-gcc-cpp11-release-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -135,9 +135,9 @@ test-debug-clang-cpp11:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-clang-cpp11-debug-Vector-Checks/Unittests/report.xml
build-clang-cpp11-debug-Vector-Checks/Unittests/report-customvec.xml
build-clang-cpp11-debug-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -171,9 +171,9 @@ test-release-clang-cpp11:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-clang-cpp11-release-Vector-Checks/Unittests/report.xml
build-clang-cpp11-release-Vector-Checks/Unittests/report-customvec.xml
build-clang-cpp11-release-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -207,9 +207,9 @@ test-debug-gcc-cpp14:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-gcc-cpp14-debug-Vector-Checks/Unittests/report.xml
build-gcc-cpp14-debug-Vector-Checks/Unittests/report-customvec.xml
build-gcc-cpp14-debug-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -243,9 +243,9 @@ test-release-gcc-cpp14:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-gcc-cpp14-release-Vector-Checks/Unittests/report.xml
build-gcc-cpp14-release-Vector-Checks/Unittests/report-customvec.xml
build-gcc-cpp14-release-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -279,9 +279,9 @@ test-debug-clang-cpp14:
artifacts:
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-clang-cpp14-debug-Vector-Checks/Unittests/report.xml
build-clang-cpp14-debug-Vector-Checks/Unittests/report-customvec.xml
build-clang-cpp14-debug-Vector-Checks/Unittests/report-doublevec.xml
#----------- Job Informations:
@@ -313,13 +313,11 @@ test-release-clang-cpp14:
dependencies: [build-release-clang-cpp14]
needs: [build-release-clang-cpp14]
artifacts:
paths:
- ./*
reports:
junit:
report.xml
report-customvec.xml
report-doublevec.xml
build-clang-cpp14-release-Vector-Checks/Unittests/report.xml
build-clang-cpp14-release-Vector-Checks/Unittests/report-customvec.xml
build-clang-cpp14-release-Vector-Checks/Unittests/report-doublevec.xml

View File

@@ -14,7 +14,7 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
artifacts:
reports:
junit:
*/Unittests/report.xml
*/Unittests/report-customvec.xml
*/Unittests/report-doublevec.xml
build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-Vector-Checks/Unittests/report.xml
build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-Vector-Checks/Unittests/report-customvec.xml
build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-Vector-Checks/Unittests/report-doublevec.xml