File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
- name : Initialize lv_bindings submodule
20
20
run : git submodule update --init --recursive lib/lv_bindings
21
21
- name : Update submodules
22
- run : make -C ports/unix VARIANT=dev DEBUG=1 submodules
22
+ run : make -C ports/unix DEBUG=1 submodules
23
23
- name : Build mpy-cross
24
24
run : make -j $(nproc) -C mpy-cross
25
25
- name : Build the unix port
26
- run : make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
26
+ run : make -j $(nproc) -C ports/unix DEBUG=1
27
27
- name : Run tests
28
28
run : |
29
29
export XDG_RUNTIME_DIR=/tmp
Original file line number Diff line number Diff line change 8
8
onOpen: ignore
9
9
tasks:
10
10
- init: |
11
- make -C ports/unix VARIANT=dev DEBUG=1 submodules
12
- make -j $(nproc) -C mpy-cross VARIANT=dev DEBUG=1
13
- make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
11
+ make -C ports/unix DEBUG=1 submodules
12
+ make -j $(nproc) -C mpy-cross DEBUG=1
13
+ make -j $(nproc) -C ports/unix DEBUG=1
14
14
# source tools/ci.sh && ci_esp32_idf44_setup
15
15
# source tools/ci.sh && ci_esp32_build
16
16
command: |
You can’t perform that action at this time.
0 commit comments