From 9925fd413703b84405bcdb619c2d0e3224e3e8f0 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Wed, 30 Sep 2020 19:31:14 +0200 Subject: [PATCH] Add generation of .tar.gz file from macOS autotools build --- ci/build.sh | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.50.1