mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 21:58:53 +00:00
parent
e53f897aac
commit
37b528ddfa
2 changed files with 9 additions and 0 deletions
|
@ -14,3 +14,4 @@ board = lolin_s2_mini
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ ^7.2.0
|
bblanchon/ArduinoJson @ ^7.2.0
|
||||||
|
extra_scripts = pre:pre_extra_script.py
|
||||||
|
|
8
pre_extra_script.py
Normal file
8
pre_extra_script.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Import("env")
|
||||||
|
|
||||||
|
if env.IsIntegrationDump():
|
||||||
|
# stop the current script execution
|
||||||
|
Return()
|
||||||
|
|
||||||
|
env.Execute("git submodule update --init --recursive")
|
||||||
|
print("✅ SUBMODULES UPDATED")
|
Loading…
Add table
Add a link
Reference in a new issue