From 51a09ffe61242eed7f885ce2e33707be93c6365d Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 31 Jul 2022 03:01:36 +0300 Subject: [PATCH] add build releases script --- .gitignore | 1 + README.md | 6 ++---- build_release.sh | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100755 build_release.sh diff --git a/.gitignore b/.gitignore index 0bb75ea..2b9ed83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /docs/ +/dist/ /lib/ /bin/ /.shards/ diff --git a/README.md b/README.md index 45c0046..879309b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,5 @@ ## 💾 Download -- [Linux x86_64](https://me.a2s.su/.../) -- [Linux x86](https://me.a2s.su/.../) -- [Linux x86_64 musl](https://me.a2s.su/.../) -- [OpenBSD x86_64](https://me.a2s.su/.../) +- 🐧 [Linux x86_64](https://data.iiiypuk.me/pmng/alpha/pmng-0.2.5-linux-x86_64.tar.xz) +- 🐧 [Linux x86_64 musl](https://data.iiiypuk.me/pmng/alpha/pmng-0.2.5-linux-musl-x86_64.tar.xz) diff --git a/build_release.sh b/build_release.sh new file mode 100755 index 0000000..72335af --- /dev/null +++ b/build_release.sh @@ -0,0 +1,2 @@ +rm dist/* +crystal build ./src/pmng.cr --release --progress -o ./dist/pmng-0.2.5-linux-x86_64