]> granicus.if.org Git - graphviz/commitdiff
Remove now obsolete exec of dot -c for Windows CI builds
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 15 Sep 2020 17:33:18 +0000 (19:33 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 30 Sep 2020 07:26:39 +0000 (09:26 +0200)
.gitlab-ci.yml

index 28d34e9d574ff13cf95cec21f4fb085da284015a..30140e6c485f61dbc39ab99c81acea2d69e7c49b 100644 (file)
@@ -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"