]> granicus.if.org Git - graphviz/commitdiff
Enable JUnit test reports in CI also for CMake builds on Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 25 Jul 2020 21:09:40 +0000 (23:09 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
.gitlab-ci.yml

index 8a8994b5641901be6776cedc3d8ad4f5a55e8a97..28608a717ce5e098736de21a931d98f3d9a5cb68 100644 (file)
@@ -138,7 +138,7 @@ portable-source:
               cd ..;
               $Env:INCLUDE += ";C:\Graphviz\include";
               $Env:LIB += ";C:\Graphviz\lib";
-              pytest -s rtest\test_examples.py;
+              python3 -m pytest --junitxml=report.xml rtest\test_examples.py;
             }
             elseif($env:build_system -eq "msbuild") {
               # Append build destination to the PATH, configure dot and execute regression tests