From: Magnus Jacobsson Date: Sat, 25 Jul 2020 21:09:40 +0000 (+0200) Subject: Enable JUnit test reports in CI also for CMake builds on Windows X-Git-Tag: 2.46.0~20^2^2~174^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=739c568bc2831713a7fe284cfdfe08f276530ee0;p=graphviz Enable JUnit test reports in CI also for CMake builds on Windows --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a8994b56..28608a717 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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