1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 22:11:09 +00:00
ibis/scripts/build_release.sh

6 lines
85 B
Bash
Raw Normal View History

2024-03-08 13:55:55 +00:00
#!/bin/sh
set -e
2024-10-29 08:29:46 +00:00
cargo leptos build --release
2024-03-08 13:55:55 +00:00
gzip target/release/ibis -c > ibis.gz