[CI] Skip persistent LoRaWAN example on platforms without EEPROM

This commit is contained in:
jgromes 2023-11-18 16:24:46 +01:00
parent e4bfb6429b
commit 5b406688a3

View file

@ -50,15 +50,20 @@ jobs:
- id: arduino:avr:mega - id: arduino:avr:mega
run: echo "options=':cpu=atmega2560'" >> $GITHUB_OUTPUT run: echo "options=':cpu=atmega2560'" >> $GITHUB_OUTPUT
- id: arduino:mbed:nano33ble - id: arduino:mbed:nano33ble
run: echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: arduino:mbed:envie_m4 - id: arduino:mbed:envie_m4
run: echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: arduino:megaavr:uno2018 - id: arduino:megaavr:uno2018
run: echo "options=':mode=on'" >> $GITHUB_OUTPUT run: echo "options=':mode=on'" >> $GITHUB_OUTPUT
- id: arduino:sam:arduino_due_x - id: arduino:sam:arduino_due_x
run: echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: arduino:samd:arduino_zero_native - id: arduino:samd:arduino_zero_native
run: echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: adafruit:samd:adafruit_feather_m0 - id: adafruit:samd:adafruit_feather_m0
run: | run: |
echo "options=':usbstack=arduino,debug=off'" >> $GITHUB_OUTPUT echo "options=':usbstack=arduino,debug=off'" >> $GITHUB_OUTPUT
echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT
echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: adafruit:nrf52:feather52832 - id: adafruit:nrf52:feather52832
run: | run: |
sudo apt-get update sudo apt-get update
@ -68,6 +73,7 @@ jobs:
echo "/home/runner/.local/bin" >> $GITHUB_PATH echo "/home/runner/.local/bin" >> $GITHUB_PATH
echo "options=':softdevice=s132v6,debug=l0'" >> $GITHUB_OUTPUT echo "options=':softdevice=s132v6,debug=l0'" >> $GITHUB_OUTPUT
echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT
echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: esp32:esp32:esp32 - id: esp32:esp32:esp32
run: | run: |
python -m pip install pyserial python -m pip install pyserial
@ -95,6 +101,7 @@ jobs:
- id: MegaCoreX:megaavr:4809 - id: MegaCoreX:megaavr:4809
run: echo "index-url=--additional-urls https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json" >> $GITHUB_OUTPUT run: echo "index-url=--additional-urls https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json" >> $GITHUB_OUTPUT
- id: arduino:mbed_rp2040:pico - id: arduino:mbed_rp2040:pico
run: echo "skip-pattern=(LoRaWAN_End_Device_Persistent)" >> $GITHUB_OUTPUT
- id: rp2040:rp2040:rpipico - id: rp2040:rp2040:rpipico
run: echo "index-url=--additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" >> $GITHUB_OUTPUT run: echo "index-url=--additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" >> $GITHUB_OUTPUT
- id: CubeCell:CubeCell:CubeCell-Board - id: CubeCell:CubeCell:CubeCell-Board