mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add nanopb codegen
This commit is contained in:
parent
31d8b9143d
commit
4fd6cb0720
3 changed files with 8 additions and 0 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -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
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
packages/ts/lib/*
|
||||
packages/rust/src/generated/*
|
||||
packages/rust/target
|
||||
packages/c/*
|
||||
!.gitkeep
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue