embeddedt
1fa7257801
ci(micropython) switch to newer GCC action
2021-12-02 08:32:09 -05:00
Uli Raich
cd197a8e49
feat(examples) add micropython versions of the external library examples ( #2762 )
...
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2021-11-24 21:18:15 -05:00
embeddedt
1ab5c9689f
ci(micropython) add rp2 port
...
Related: https://github.com/lvgl/lvgl/issues/2758#issuecomment-958912402
2021-11-03 09:49:36 -04:00
Amir Gonnen
63ff80192b
ci(micropython) fix git fetch ( #2757 )
...
Switch from git protocol to https.
Related: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
2021-11-02 20:24:55 -04:00
embeddedt
ab316a07bc
ci(micropython) add GCC problem matcher
2021-10-09 08:11:54 -04:00
Amir Gonnen
a625dc2206
ci(micropython) add ESP32 and STM32 tests ( #2629 )
...
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2021-10-06 12:03:03 -04:00
Chris Mumford
b5f6411732
ci(tests) add dependency on GNU parallel ( #2510 )
...
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 07:26:35 -04:00
Amir Gonnen
b6bda5e17e
fix(workflow) silence SDL warning for MicroPython ( #2367 )
...
Export XDG_RUNTIME_DIR to remove SDL warnings in workflow log
2021-07-11 18:15:32 -04:00
embeddedt
ac68b10e53
fix(workflow) use same Unix port variant for MicroPython submodules
2021-07-11 17:03:39 -04:00
embeddedt
38ad5d548b
fix(workflow) speed up MicroPython workflow
...
Previously cloning submodules took a very long time - too slow to give useful feedback.
2021-07-11 15:37:43 -04:00
Amir Gonnen
0c386e3115
fix(workflow) change MicroPython workflow to use master ( #2358 )
...
Micropython dev-8.0 was merged to main. Change workflow to checkout main branch instead of dev-8.0
2021-07-07 17:51:41 -04:00
Amir Gonnen
4114dc30e8
fix(examples) fix MicroPython examples and run the examples with CI ( #2339 )
...
* Fixes to micropython examples
Added missing images and fonts under 'assets'. Since .bin is in gitignore, renamed fonts to .fnt
* Update build_micropython workflow
Build the unix port dev variant and run tests.
See: https://github.com/lvgl/lv_binding_micropython/issues/151
2021-07-01 14:37:57 +02:00
Amir Gonnen
cf7133997c
fix(workflows) Use dev-8.0 branch of Micropython ( #2212 )
2021-04-23 20:41:27 -04:00
Xiang Xiao
81b13bf3b6
Remove the double empty lines from all source files ( #2009 )
...
* Run dos2unix for all source files
* Remove the trail space from all source files
* Remove the double empty lines from all source files
2021-01-11 14:28:00 +01:00
Amir Gonnen
3dabec4cae
Run test on dev branch as well ( #1835 )
2020-10-05 10:53:02 +02:00
Amir Gonnen
3c6741b11c
Update build_micropython.yml ( #1794 )
...
Fetch both head and merge commits of "pull" refs. This would allow the CI script to first try checkout the merge commit (which is `github.sha` on PR) and only if that fails, default to checking out the PR head.
2020-09-15 12:19:56 +02:00
Amir Gonnen
1b3e1c4331
Fix submodule checkout in both push and PR ( #1783 )
2020-09-10 19:20:59 -04:00
Amir Gonnen
a6150ea78f
CI - Build Micropython with LVGL submodule ( #1771 )
2020-09-05 13:46:07 +02:00