Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sergio Tomasello
Arancino SAMD21 Core
Commits
0c59d45c
Commit
0c59d45c
authored
3 years ago
by
Sergio Tomasello
👾
Browse files
Options
Download
Email Patches
Plain Diff
update with other libraries: MsgPck, MsgPacketize, ArduinoJSON
parent
2c37e9b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
.gitlab-ci.yml
.gitlab-ci.yml
+10
-1
No files found.
.gitlab-ci.yml
View file @
0c59d45c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment