From: Magnus Jacobsson Date: Tue, 15 Sep 2020 17:33:18 +0000 (+0200) Subject: Remove now obsolete exec of dot -c for Windows CI builds X-Git-Tag: 2.46.0~20^2^2~60^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c295a1373676cef2110aa0c5e23d993115c4597;p=graphviz Remove now obsolete exec of dot -c for Windows CI builds --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28d34e9d5..30140e6c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,7 +129,6 @@ portable-source: # The following is per https://gitlab.com/graphviz/graphviz/-/merge_requests/1345 $env:Path = $env:CI_PROJECT_DIR + "\" + $env:configuration + "\Graphviz\bin" + ";" + $env:Path; } - - dot -c - python3 -m pytest --junitxml=report.xml tests rtest # Create artifacts to archive - $ID = "windows"