generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
justfile
23 lines (17 loc) · 763 Bytes
/
justfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
set windows-shell := ["cmd.exe", "/c"]
default:
just --list
# Run the Gwaihir executable. Pass --release to run release mode, or any other cargo args as desired.
run *args:
cargo run -p gwaihir {{args}}
# Build the Gwaihir executable. Pass --release to build release mode, or any other cargo args as desired.
build *args:
cargo build -p gwaihir {{args}}
generate-bindings:
just crates\networking-spacetimedb/generate-bindings
# Can be used after a testnet wipe or otherwise losing the server to recreate one with the given name
publish db_name:
just crates\spacetimedb-server/spacetime-publish {{db_name}}
install-ubuntu-deps:
sudo apt-get install build-essential
sudo apt install libgtk-3-dev libxdo-dev libayatana-appindicator3-dev # for tray-icon