Skip to content

Commit

Permalink
add nanopb codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Oct 25, 2024
1 parent 31d8b91 commit 4fd6cb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages/ts/lib/*
packages/rust/src/generated/*
packages/rust/target
packages/c/*
!.gitkeep
2 changes: 2 additions & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fd6cb0

Please sign in to comment.