gitlab junit integration

This commit is contained in:
Johannes Lenzen
2020-05-26 11:39:49 +02:00
parent 8f9b94cc3a
commit 5c794cd6a4
4 changed files with 66 additions and 11 deletions

View File

@@ -19,7 +19,12 @@ build-{{VSVERSION}}-{{ARCHITECTURE}}-shared-{{SHARED}}-apps:
- {{QTTAG}}
artifacts:
paths:
- build-release/*.exe
- build-release/*.exe
reports:
junit:
- build-release/report.xml
- build-release/report-customvec.xml
- build-release/report-doublevec.xml
build-{{VSVERSION}}-{{ARCHITECTURE}}-shared-{{SHARED}}-no-apps:
stage: build
@@ -34,3 +39,9 @@ build-{{VSVERSION}}-{{ARCHITECTURE}}-shared-{{SHARED}}-no-apps:
artifacts:
paths:
- build-release/*.exe
reports:
junit:
- build-release/report.xml
- build-release/report-customvec.xml
- build-release/report-doublevec.xml