File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
git clone https://github.com/lvgl/lv_micropython.git .
23
23
git checkout master
24
- <
9C66
/span> - name : Update submodules
25
- run : git submodule update --init --recursive
24
+ - name : Initialize lv_bindings submodule
25
+ run : git submodule update --init --recursive lib/lv_bindings
26
+ - name : Update Unix port submodules
27
+ run : make -C ports/unix VARIANT=dev DEBUG=1 submodules
26
28
- name : Checkout lv_bindings
27
29
working-directory : ./lib/lv_bindings
28
30
run : |
34
36
run : make -j $(nproc) -C mpy-cross
35
37
- name : Build the unix port
36
38
run : make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1 LDFLAGS_MOD="-rdynamic -ldl -Wl,--copy-dt-needed-entries"
37
- - name : Run tests
38
- run : lib/lv_bindings/tests/run.sh
39
-
39
+ - name : Run tests
40
+ run : |
41
+ export XDG_RUNTIME_DIR=/tmp
42
+ lib/lv_bindings/tests/run.sh
You can’t perform that action at this time.
0 commit comments