Lines Matching full:matrix
10 name: Build ${{ matrix.port }} port
14 matrix:
29 - name: Update ${{ matrix.port }} port submodules
30 if: matrix.port != 'esp32'
32 …run: make -C ports/${{ matrix.port }} VARIANT=dev DEBUG=1 USER_C_MODULES=../../lib/lv_bindings/bin…
45 if: matrix.port == 'esp32'
49 if: matrix.port == 'esp32'
55 if: matrix.port == 'stm32' || matrix.port == 'rp2'
60 if: matrix.port == 'stm32'
63 if: matrix.port == 'rp2'
67 if: matrix.port == 'unix'
70 if: success() && matrix.port == 'unix'