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

View File

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