15 Commits

Author SHA1 Message Date
Gabor Peresztegi
649b30cef2 Fix github workflows and build issues 2025-03-04 20:27:23 +01:00
Amir Gonnen
d3f379d218 Remove VARIANT=dev on unix port 2023-06-06 00:55:54 +03:00
Amir Gonnen
89c3b39434 set ubuntu version
"Latest" version of ubuntu was updated for GitHub actions
The new version (22.04) is missing some packages that are available on 20.04.
Fix GH action version to 22.04 to prevent surprises.

Update bindings.
2022-12-19 22:12:16 +02:00
Amir Gonnen
8a2fecc720 lv_ffmpeg: Add libavutil to Makefile
Install ffmpeg libraries on the unix CI workflow
2022-08-28 22:06:07 +03:00
Amir Gonnen
d6f741f13b Update LVGL
Add libfreetype-dev librlottie-dev to CI and GitPod
2021-11-05 23:39:21 +02:00
Amir Gonnen
f936e4a6bc .github/workflows small fixes
Shorter names

Run on all branches. This is important because bugfixes and features are usuaully developed on a branch, and we want to test it before merging to master
2021-09-14 10:20:03 +03:00
Chris Mumford
e71a9729cc
Add dependency on GNU parallel. (#39)
lv_binding_micropython added a dependency on GNU parallel[1] to allow
the tests to be run in parallel.

[1] https://www.gnu.org/software/parallel/
2021-08-29 09:10:21 +03:00
Amir Gonnen
371c546840 Merge branch 'master' of https://github.com/littlevgl/lv_mpy 2021-07-12 00:51:59 +03:00
Amir Gonnen
57aa9efae5 unix_port.yml: Faster submodule update
export XDG_RUNTIME_DIR to remove SDL warning
2021-07-12 00:48:13 +03:00
Amir Gonnen
c4d00fbd3e unix_port.yml: Faster submodule update
export XDG_RUNTIME_DIR to remove SDL warning
2021-07-12 00:42:43 +03:00
Amir Gonnen
a9beae9fae Update bindings and workflow
Moved from dev-8.0 to master branch
2021-07-08 00:43:36 +03:00
Amir Gonnen
6b5a7c98b8 Update test
unix_port.yml: call lib/lv_bindings/tests/run.sh

Update LVGL and bindings

Related: https://github.com/lvgl/lv_binding_micropython/issues/151
2021-07-03 00:18:09 +03:00
Amir Gonnen
d68e1a5a6c
Enable unix port CI 2021-04-23 02:05:30 +03:00
Themba Dube
cc6f83f110 Add auto-merge hook 2020-09-22 20:01:25 -04:00
Amir Gonnen
5429b976d3
CI : build the unix port upon push/pull (#22)
This action build the unix port upon push/pull

- update submodules
- Install SDL
- Fixed SDL installation according to advice from https://alexene.dev/2019/09/04/Github-actions-CI-rust-SDL2.html
- make mpy-cross and run advanced_demo
2020-09-05 01:19:38 +03:00