Skip to content

Commit

Permalink
feat: syntax check on generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
EDB02 committed May 14, 2024
1 parent 52668b5 commit 6b5f68c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
pip install git+https://github.com/eagletrt/cantools.git
cantools generate_c_source --use-float --generate-dbc --infolder networks -o .
g++ -fsyntax-only $(find ./lib -name "*.[ch]")
mkdir -p /tmp/workspace-evo
cp -R networks lib proto dbc /tmp/workspace-evo
Expand Down

0 comments on commit 6b5f68c

Please sign in to comment.