Update buffyboard to lvgl master

This commit is contained in:
Johannes Marbach 2024-02-19 13:20:20 +00:00
parent f9ce5dd414
commit 5bb73f8001
22 changed files with 1976 additions and 781 deletions

View file

@ -1,3 +1,15 @@
build-buffyboard:
image: alpine:3.19
tags:
- saas-linux-small-amd64
script:
- apk -q add git build-base meson linux-headers libinput-dev eudev-dev
- cd buffyboard
- git submodule init
- git submodule update
- meson _build
- meson compile -C _build
build-unl0kr:
image: alpine:3.19
tags: