Set up CI

This commit is contained in:
Joscha 2025-01-22 13:40:33 +01:00
parent 56d6be7e2f
commit 3a62af24d1
3 changed files with 71 additions and 1 deletions

14
build Executable file
View 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"