zig pebble sdk boilerplate

This commit is contained in:
Fabien Freling 2026-04-13 16:58:18 +02:00
commit efa5ebc43f
6 changed files with 150 additions and 0 deletions

13
justfile Normal file
View 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