kopia lustrzana https://github.com/jgromes/RadioLib
[CI] Skip SSTV examples for Arduino Uno (not enough RAM)
rodzic
390b425b39
commit
cccc9742bb
|
@ -70,7 +70,11 @@ jobs:
|
||||||
echo "warnings=all" >> $GITHUB_OUTPUT
|
echo "warnings=all" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
# platform-dependent settings - extra board options, board index URLs, skip patterns etc.
|
# platform-dependent settings - extra board options, board index URLs, skip patterns etc.
|
||||||
if [[ "${{ contains(matrix.board, 'arduino:avr:mega') }}" == "true" ]]; then
|
if [[ "${{ contains(matrix.board, 'arduino:avr:uno') }}" == "true" ]]; then
|
||||||
|
# Arduino Uno
|
||||||
|
echo "skip-pattern=(STM32WL|SSTV)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
elif [[ "${{ contains(matrix.board, 'arduino:avr:mega') }}" == "true" ]]; then
|
||||||
# Arduino Mega
|
# Arduino Mega
|
||||||
echo "options=':cpu=atmega2560'" >> $GITHUB_OUTPUT
|
echo "options=':cpu=atmega2560'" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue