File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v4
1212
1313 - name : Install tools
14- run : |
15- sudo apt-get update
16- sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi
17- curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o libicu55.deb
18- sudo dpkg -i libicu55.deb || true
19- curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
20- chmod +x $HOME/helios-toolchain
21- cd $HOME/
22- ./helios-toolchain
23- echo "$HOME/helios/bin" >> $GITHUB_PATH
14+ run : tools/ci.sh quectel_setup
2415
2516 - name : Build Firmware
2617 run : |
Original file line number Diff line number Diff line change @@ -457,6 +457,21 @@ function ci_qemu_build_rv64 {
457457 make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV64 test_natmod
458458}
459459
460+ # #######################################################################################
461+ # ports/quectel
462+
463+ function ci_quectel_setup {
464+ sudo apt-get update
465+ sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi
466+ curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o libicu55.deb
467+ sudo dpkg -i libicu55.deb || true
468+ curl -L " https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME /helios-toolchain
469+ chmod +x $HOME /helios-toolchain
470+ cd $HOME /
471+ ./helios-toolchain
472+ echo " $HOME /helios/bin" >> $GITHUB_PATH
473+ }
474+
460475# #######################################################################################
461476# ports/renesas-ra
462477
You can’t perform that action at this time.
0 commit comments