]> granicus.if.org Git - graphviz/commitdiff
Remove now obsolete exec of dot -c for Linux CMake CI builds
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 15 Sep 2020 16:53:44 +0000 (18:53 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 30 Sep 2020 07:26:39 +0000 (09:26 +0200)
ci/install-packages.sh

index e9afdc919530ea9061556f1a0124868b300a5559..ff6076c86b922d62af0634642e25a099ec1c208c 100755 (executable)
@@ -17,7 +17,6 @@ ARCH=$( uname -m )
 if [ "${ID_LIKE}" = "debian" ]; then
     if [ "${build_system}" = "cmake" ]; then
         apt install ./${DIR}/os/${ARCH}/Graphviz-${GV_VERSION}-Linux.deb
-        dot -c
     else
         apt install ./${DIR}/os/${ARCH}/libgraphviz4_${GV_VERSION}-1_amd64.deb
         apt install ./${DIR}/os/${ARCH}/libgraphviz-dev_${GV_VERSION}-1_amd64.deb