Skip to content

Commit

Permalink
CI: Run protobuf-to-ifex in simple build-test
Browse files Browse the repository at this point in the history
Just like the other similar CI tests, it is a simple sanity test that
only runs on a single input file.

It checks, at least, that we have installed the entry-point script
properly, and that it can execute successfully without obvious errors.

Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
gunnar-mb committed Apr 19, 2024
1 parent a91034a commit 9f01517
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,12 @@ jobs:
run: |
python ifex/schema/ifex_to_json_schema.py >temp-schema
python ifex/schema/pretty_print_json.py temp-schema >ifex-core-idl-schema.json
- name: Clone uservices repository
run: |
git clone https://github.com/COVESA/uservices/
- name: Run protobuf->IFEX translation
run: |
ifexconv_protobuf uservices/src/main/proto/vehicle/propulsion/engine/v1/engine_service.proto >engine_service.ifex
cat engine_service.ifex

0 comments on commit 9f01517

Please sign in to comment.