Provide vendored tarball and zip with future releases

This commit is contained in:
Zachary Yedidia
2016-11-27 20:15:33 -05:00
parent 5311a35f5a
commit 92e44aa6af
5 changed files with 71 additions and 0 deletions

View File

@@ -6,6 +6,14 @@ mkdir -p micro-$1
cp LICENSE micro-$1
cp README.md micro-$1
# Source tar
cd tools
./vendor-src.sh micro-$1-src
cd ..
mv micro-$1-src.tar.gz binaries
mv micro-$1-src.zip binaries
HASH="$(git rev-parse --short HEAD)"
VERSION="$(go run tools/build-version.go)"
DATE="$(go run tools/build-date.go)"
@@ -73,3 +81,4 @@ zip -r -q -T micro-$1-win32.zip micro-$1
mv micro-$1-win32.zip binaries
rm -rf micro-$1