add nanopb codegen

This commit is contained in:
Sacha Weatherstone 2024-10-25 16:31:21 +10:00
parent 31d8b9143d
commit 4fd6cb0720
No known key found for this signature in database
3 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,11 @@ jobs:
with:
name: ts_code
path: packages/ts
- name: Upload C code
uses: actions/upload-artifact@v4
with:
name: c_code
path: packages/c
publish-jsr:
runs-on: ubuntu-24.04

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
packages/ts/lib/*
packages/rust/src/generated/*
packages/rust/target
packages/c/*
!.gitkeep

View file

@ -8,3 +8,5 @@ plugins:
- remote: buf.build/community/neoeinstein-prost-crate:v0.4.1
out: packages/rust/src/generated
opt: no_features
- remote: buf.build/community/nanopb:v0.4.9
out: packages/c