Commit 0c59d45c authored by Sergio Tomasello's avatar Sergio Tomasello 👾
Browse files

update with other libraries: MsgPck, MsgPacketize, ArduinoJSON

parent 2c37e9b5
......@@ -90,7 +90,16 @@ package_release:
- jq --arg tag_ver ${CI_COMMIT_TAG} '.version = $tag_ver' package.json|sponge package.json
# adding Arduino-FreeRTOS-SAMD21 into core
- git clone $REPO_RTOS_URL -b $REPO_RTOS_TAG libraries/FreeRTOS-SAMD21
- git clone $REPO_LIB_FREERTOS_URL -b $REPO_LIB_FREERTOS_TAG libraries/FreeRTOS-SAMD21
# adding ArduinoJson into core
- git clone $REPO_LIB_ARDUINOJSON_URL -b $REPO_LIB_ARDUINOJSON_TAG libraries/ArduinoJson
# adding MsgPack into core
- git clone $REPO_LIB_MSGPACK_URL -b $REPO_LIB_MSGPACK_TAG libraries/MsgPack
# adding MsgPacketizer into core
- git clone $REPO_LIB_MSGPACKETIZER_URL -b $REPO_LIB_MSGPACKETIZER_TAG libraries/MsgPacketizer
- cd ..
# tar files and move temp folder back
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment