[add] Job to generate a new SDK and creating a commit in SDK repository

This commit is contained in:
Lucas PASCAL
2022-02-11 18:35:58 +01:00
parent bf9bfb3ee7
commit 0864a4f282
4 changed files with 291 additions and 1 deletions

View File

@@ -389,7 +389,7 @@ $(shell git submodule update --init)
endif
# rebuild
$(shell python3 ethereum-plugin-sdk/build_sdk.py)
$(shell python3 tools/build_sdk.py)
$(shell find ./ethereum-plugin-sdk -iname '*.h' -o -iname '*.c' | xargs clang-format-10 -i)
# check if a difference is noticed (fail if it happens in CI build)