Skip to content

Merge branch 'quectel-ci' of https://github.com/QuecPython/micropytho… #15

Merge branch 'quectel-ci' of https://github.com/QuecPython/micropytho…

Merge branch 'quectel-ci' of https://github.com/QuecPython/micropytho… #15

Workflow file for this run

name: Build port / build(push)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Special SDK Tool
run: |
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
chmod +x $HOME/helios-toolchain
cd $HOME/
./helios-toolchain
echo "$HOME/helios/bin" >> $GITHUB_PATH
- name: Build Firmware
run: |
make -C mpy-cross
cd ports/quectel
make submodules
cd ../../lib/helios
helios make $HOME @EC600UCN_LB