Merge pull request #264 from LedgerHQ/feature/sdk-generation
Automatic generation of the plugin SDK
This commit is contained in:
5
Makefile
5
Makefile
@@ -202,9 +202,8 @@ $(info INFO: Need to reinitialize git submodules)
|
||||
$(shell git submodule update --init)
|
||||
endif
|
||||
|
||||
# rebuild
|
||||
$(shell python3 ethereum-plugin-sdk/build_sdk.py)
|
||||
$(shell find ./ethereum-plugin-sdk -iname '*.h' -o -iname '*.c' | xargs clang-format-10 -i)
|
||||
# rebuild SDK
|
||||
$(shell python3 tools/build_sdk.py)
|
||||
|
||||
# check if a difference is noticed (fail if it happens in CI build)
|
||||
ifneq ($(shell git status | grep 'ethereum-plugin-sdk'),)
|
||||
|
||||
Reference in New Issue
Block a user