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

This commit is contained in:
jgromes 2021-10-27 21:17:09 +02:00
parent 610bb6eaec
commit 68eebadf1d

View file

@ -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