Set up CI
This commit is contained in:
parent
56d6be7e2f
commit
3a62af24d1
3 changed files with 71 additions and 1 deletions
14
build
Executable file
14
build
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
pushd tta-cli
|
||||
cargo build --release
|
||||
popd
|
||||
|
||||
pushd tta-app
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm tauri build
|
||||
popd
|
||||
|
||||
echo "tta-cli can be found at target/release/tta-cli"
|
||||
echo "tta-app can be found at target/release/tta-app"
|
||||
Loading…
Add table
Add a link
Reference in a new issue