pidgin/builders

Add zip and graphviz for building the docs
release-2.x.y
12 months ago, Gary Kramlich
2735f1aa4e2b
file isExecutable
Add zip and graphviz for building the docs

Also explicitly install graphviz
#!/bin/sh -ex
cd "${CONVEY_WORKSPACE}"
export DISTCHECK_CONFIGURE_FLAGS="--disable-nm"
./autogen.sh --enable-debug
make -s -j$(nproc)
make -s -j$(nproc) check
make -s -j$(nproc) distcheck