[CI] Added CubeCell to build matrix (CubeCell:CubeCell:CubeCell-Board)
This commit is contained in:
parent
610bb6eaec
commit
68eebadf1d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
- stm32duino:STM32F1:mapleMini
|
- stm32duino:STM32F1:mapleMini
|
||||||
- MegaCoreX:megaavr:4809
|
- MegaCoreX:megaavr:4809
|
||||||
- arduino:mbed_rp2040:pico
|
- arduino:mbed_rp2040:pico
|
||||||
|
- CubeCell:CubeCell:CubeCell-Board
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.board }}
|
name: ${{ matrix.board }}
|
||||||
|
@ -127,6 +128,10 @@ jobs:
|
||||||
# MegaCoreX
|
# MegaCoreX
|
||||||
echo "::set-output name=index-url::--additional-urls https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json"
|
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
|
fi
|
||||||
|
|
||||||
- name: Install platform
|
- name: Install platform
|
||||||
|
|
Loading…
Add table
Reference in a new issue