feat(examples) add micropython versions of the external library examples (#2762)

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
This commit is contained in:
Uli Raich
2021-11-25 03:18:15 +01:00
committed by GitHub
parent 81f7d50c45
commit cd197a8e49
12 changed files with 1617 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ jobs:
build:
name: Build ${{ matrix.port }} port
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
port: ['unix', 'esp32', 'stm32', 'rp2']
@@ -17,7 +18,7 @@ jobs:
run: |
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev parallel
sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev
- name: Clone lv_micropython
run: |
git clone https://github.com/lvgl/lv_micropython.git .