File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77jobs :
88 build :
99
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111
1212 steps :
1313 - name : Install Dependencies
3333 - name : Build mpy-cross
3434 run : make -j $(nproc) -C mpy-cross
3535 - name : Build the unix port
36- run : make -j $(nproc) -C ports/unix DEBUG=1
36+ run : make -j $(nproc) -C ports/unix DEBUG=1 VARIANT=lvgl
3737 - name : Run tests
3838 run : |
3939 export XDG_RUNTIME_DIR=/tmp
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ EXCLUDE_PATH=" \
2222EXCLUDE_FINDEXP=$( echo $EXCLUDE_PATH | sed " s/^\|[[:space:]]/ -and -not -path /g" )
2323
2424find $TEST_PATH -name " *.py" $EXCLUDE_FINDEXP | \
25- parallel --halt-on-error now,fail=1 --max-args=1 --max-procs $NUMCPUS -I {} timeout 5m catchsegv $SCRIPT_PATH /../../../ports/unix/build-standard /micropython $SCRIPT_PATH /run_test.py {}
25+ parallel --halt-on-error now,fail=1 --max-args=1 --max-procs $NUMCPUS -I {} timeout 5m catchsegv $SCRIPT_PATH /../../../ports/unix/build-lvgl /micropython $SCRIPT_PATH /run_test.py {}
2626
You can’t perform that action at this time.
0 commit comments