]> granicus.if.org Git - graphviz/commitdiff
Add generation of .tar.gz file from macOS autotools build
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 30 Sep 2020 17:31:14 +0000 (19:31 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 4 Oct 2020 07:58:14 +0000 (09:58 +0200)
ci/build.sh

index f7b4ae3da25ceb23980139685e00f2b513986c1f..41439c2ea1b9c913b12f670dd9bedd1639049b4c 100755 (executable)
@@ -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)