From: Magnus Jacobsson Date: Wed, 30 Sep 2020 17:31:14 +0000 (+0200) Subject: Add generation of .tar.gz file from macOS autotools build X-Git-Tag: 2.46.0~20^2^2~53^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9925fd413703b84405bcdb619c2d0e3224e3e8f0;p=graphviz Add generation of .tar.gz file from macOS autotools build --- diff --git a/ci/build.sh b/ci/build.sh index f7b4ae3da..41439c2ea 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -47,6 +47,8 @@ else ./configure --prefix=$( pwd )/build make make install + tar cfz graphviz-${GV_VERSION}-${ARCH}.tar.gz --options gzip:compression-level=9 build + mv graphviz-${GV_VERSION}-${ARCH}.tar.gz ${DIR}/os/${ARCH}/ else rm -rf ${HOME}/rpmbuild rpmbuild -ta graphviz-${GV_VERSION}.tar.gz | tee >(ci/extract-configure-log.sh >${META_DATA_DIR}/configure.log)