Skip to content

Commit

Permalink
Submodule update and CI extension
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Sep 10, 2024
1 parent 73b57fb commit 73e0a57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mandatory_targets: clean json json-noexpand franca yaml binary csv graphql ddsid
# from time to time
# Can be run from e.g. travis with "make -k optional_targets || true" to continue
# even if errors occur and not do not halt travis build if errors occur
optional_targets: clean protobuf ttl
optional_targets: clean protobuf ttl apigear samm

TOOLSDIR?=./vss-tools
COMMON_ARGS=-u ./spec/units.yaml --strict
Expand Down Expand Up @@ -64,6 +64,12 @@ protobuf:
graphql:
vspec export graphql ${COMMON_ARGS} ${COMMON_VSPEC_ARG} -o vss_rel_$$(cat VERSION).graphql.ts

apigear:
vspec export apigear ${COMMON_ARGS} ${COMMON_VSPEC_ARG} --output-dir apigear

samm:
vspec export samm ${COMMON_ARGS} ${COMMON_VSPEC_ARG} --target-folder samm

# vspec2ttl does not use common generator framework
ttl:
${TOOLSDIR}/contrib/vspec2ttl/vspec2ttl.py -u ./spec/units.yaml ./spec/VehicleSignalSpecification.vspec vss_rel_$$(cat VERSION).ttl
Expand All @@ -74,3 +80,5 @@ id:
clean:
cd ${TOOLSDIR}/binary && $(MAKE) clean
rm -f vss_rel_*
rm -rf apigear
rm -rf samm
2 changes: 1 addition & 1 deletion vss-tools
Submodule vss-tools updated 187 files

0 comments on commit 73e0a57

Please sign in to comment.