[CI] Added CubeCell to build matrix (CubeCell:CubeCell:CubeCell-Board)

pull/401/head
jgromes 2021-10-27 21:17:09 +02:00
rodzic 610bb6eaec
commit 68eebadf1d
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ jobs:
- stm32duino:STM32F1:mapleMini
- MegaCoreX:megaavr:4809
- arduino:mbed_rp2040:pico
- CubeCell:CubeCell:CubeCell-Board
runs-on: ubuntu-latest
name: ${{ matrix.board }}
@ -127,6 +128,10 @@ jobs:
# MegaCoreX
echo "::set-output name=index-url::--additional-urls https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json"
elif [[ "${{ contains(matrix.board, 'CubeCell:CubeCell') }}" == "true" ]]; then
# MegaCoreX
echo "::set-output name=index-url::--additional-urls https://resource.heltec.cn/download/package_CubeCell_index.json"
fi
- name: Install platform