Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
56dae62b
Unverified
Commit
56dae62b
authored
Jun 07, 2021
by
Earle F. Philhower, III
Committed by
GitHub
Jun 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add back Featherwing CI test (#195)
parent
53b52a97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
tests/build-tinyusb.sh
tests/build-tinyusb.sh
+0
-1
tests/common.sh
tests/common.sh
+1
-1
No files found.
tests/build-tinyusb.sh
View file @
56dae62b
...
...
@@ -22,7 +22,6 @@ function skip_ino()
/msc_sdfat/
/msc_sd/
/midi_pizza_box_dj/
/hid_composite_joy_featherwing/
EOL
echo
$ino
|
grep
-q
-F
"
$skiplist
"
echo
$((
1
-
$?
))
...
...
tests/common.sh
View file @
56dae62b
...
...
@@ -152,7 +152,7 @@ function install_libraries()
# install ArduinoJson library
{
test
-r
ArduinoJson-v6.11.0.zip
||
curl
-sS
--output
ArduinoJson-v6.11.0.zip
-L
https://github.com/bblanchon/ArduinoJson/releases/download/v6.11.0/ArduinoJson-v6.11.0.zip
;
}
&&
unzip
-qo
ArduinoJson-v6.11.0.zip
{
test
-r
Adafruit_SPIFlash-3.4.1.zip
||
curl
-sS
--output
Adafruit_SPIFlash-3.4.1.zip
-L
https://github.com/adafruit/Adafruit_SPIFlash/archive/refs/tags/3.4.1.zip
;
}
&&
unzip
-qo
Adafruit_SPIFlash-3.4.1.zip
{
test
-r
Adafruit_Seesaw-1.4.
3.zip
||
curl
-sS
--output
Adafruit_Seesaw-1.4.3.zip
-L
https://github.com/adafruit/Adafruit_Seesaw/archive/refs/tags/1.4.3.zip
;
}
&&
unzip
-qo
Adafruit_Seesaw-1.4.3
.zip
{
test
-r
Adafruit_Seesaw-1.4.
4.zip
||
curl
-sS
--output
Adafruit_Seesaw-1.4.4.zip
-L
https://github.com/adafruit/Adafruit_Seesaw/archive/refs/tags/1.4.4.zip
;
}
&&
unzip
-qo
Adafruit_Seesaw-1.4.4
.zip
{
test
-r
Adafruit_BusIO-1.7.3.zip
||
curl
-sS
--output
Adafruit_BusIO-1.7.3.zip
-L
https://github.com/adafruit/Adafruit_BusIO/archive/refs/tags/1.7.3.zip
;
}
&&
unzip
-qo
Adafruit_BusIO-1.7.3.zip
{
test
-r
Adafruit_CircuitPlayground-1.11.3.zip
||
curl
-sS
--output
Adafruit_CircuitPlayground-1.11.3.zip
-L
https://github.com/adafruit/Adafruit_CircuitPlayground/archive/refs/tags/1.11.3.zip
;
}
&&
unzip
-qo
Adafruit_CircuitPlayground-1.11.3.zip
{
test
-r
Adafruit_NeoPixel-1.8.1.zip
||
curl
-sS
--output
Adafruit_NeoPixel-1.8.1.zip
-L
https://github.com/adafruit/Adafruit_NeoPixel/archive/refs/tags/1.8.1.zip
;
}
&&
unzip
-qo
Adafruit_NeoPixel-1.8.1.zip
...
...
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