add build releases script

This commit is contained in:
Alexander Popov 2022-07-31 03:01:36 +03:00
parent 526d29bef1
commit 51a09ffe61
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/docs/
/dist/
/lib/
/bin/
/.shards/

View File

@ -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)

2
build_release.sh Executable file
View File

@ -0,0 +1,2 @@
rm dist/*
crystal build ./src/pmng.cr --release --progress -o ./dist/pmng-0.2.5-linux-x86_64