]> granicus.if.org Git - graphviz/commitdiff
Enable JUnit test reports
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 19 Apr 2020 18:55:16 +0000 (20:55 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 22 Apr 2020 04:33:41 +0000 (06:33 +0200)
.gitlab-ci.yml

index 23429849679d7f26768bda6a9fa74a0a90a76bfe..a21c81d37987ca5ce679677e4022995f72651842 100644 (file)
@@ -52,6 +52,9 @@ portable-source:
     stage: test
     script:
         - ci/test.sh
+    artifacts:
+        reports:
+            junit: graphviz-*/report.xml
 
 centos6-build:
     <<: *rpm_build_definition