mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-27 04:31:09 +00:00
6 lines
132 B
Bash
6 lines
132 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
CARGO_TARGET_DIR=target/frontend trunk build --release
|
||
|
cargo build --release
|
||
|
gzip target/release/ibis -c > ibis.gz
|