add build releases script
This commit is contained in:
parent
526d29bef1
commit
51a09ffe61
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/docs/
|
||||
/dist/
|
||||
/lib/
|
||||
/bin/
|
||||
/.shards/
|
||||
|
@ -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
2
build_release.sh
Executable file
@ -0,0 +1,2 @@
|
||||
rm dist/*
|
||||
crystal build ./src/pmng.cr --release --progress -o ./dist/pmng-0.2.5-linux-x86_64
|
Loading…
Reference in New Issue
Block a user