mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 15:01:08 +00:00
7 lines
133 B
Bash
7 lines
133 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
CARGO_TARGET_DIR=target/frontend trunk build --release
|
||
|
cargo build --release
|
||
|
gzip target/release/ibis -c > ibis.gz
|