zig pebble sdk boilerplate
This commit is contained in:
commit
efa5ebc43f
6 changed files with 150 additions and 0 deletions
13
justfile
Normal file
13
justfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pebble-sdk:
|
||||
uv tool install pebble-tool --no-managed-python --no-python-downloads
|
||||
pebble sdk install latest
|
||||
|
||||
[default]
|
||||
build:
|
||||
zig build
|
||||
|
||||
test:
|
||||
PEBBLE_EMULATOR=emery zig build upload
|
||||
|
||||
alias b := build
|
||||
alias t := test
|
||||
Loading…
Add table
Add a link
Reference in a new issue