From: Magnus Jacobsson Date: Sun, 31 May 2020 15:36:02 +0000 (+0200) Subject: Install graphviz-gd rpm and deps to get png X-Git-Tag: 2.44.1~19^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bd5e253ad87ec3c41bc1b04fcffa9f3eeb4ac94;p=graphviz Install graphviz-gd rpm and deps to get png --- diff --git a/ci/test.sh b/ci/test.sh index 8a8c1e0f0..8451b91f9 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -20,8 +20,13 @@ if [ "${ID_LIKE}" = "debian" ]; then apt install ./${DIR}/os/${ARCH}/graphviz_${GV_VERSION}-1_amd64.deb else rpm --install --force \ + ${DIR}/os/${ARCH}/graphviz-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-libs-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-plugins-core-${GV_VERSION}*.rpm \ + ${DIR}/os/${ARCH}/graphviz-plugins-x-${GV_VERSION}*.rpm \ + ${DIR}/os/${ARCH}/graphviz-x-${GV_VERSION}*.rpm \ + ${DIR}/os/${ARCH}/graphviz-gd-${GV_VERSION}*.rpm \ + ${DIR}/os/${ARCH}/graphviz-plugins-gd-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-nox-${GV_VERSION}*.rpm fi cd graphviz-${GV_VERSION}