File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 6969 # if: matrix.test == 'all'
7070 # run: ./run-natmodtests.py extmod/{heapq*,random*,re*}.py
7171 # working-directory: tests
72+
73+ zephyr :
74+ runs-on : ubuntu-24.04
75+ strategy :
76+ fail-fast : false\
77+ env :
78+ CP_VERSION : ${{ inputs.cp-version }}
79+ steps :
80+ - name : Set up repository
81+ uses : actions/checkout@v4
82+ with :
83+ submodules : false
84+ show-progress : false
85+ fetch-depth : 1
86+ - name : Set up python
87+ uses : actions/setup-python@v5
88+ with :
89+ python-version : 3.13
90+ - name : Set up Zephyr
91+ uses : ./.github/actions/deps/ports/zephyr-cp
92+ - name : Set up external
93+ uses : ./.github/actions/deps/external
94+ - name : Run Zephyr build tests
95+ if : matrix.test == 'all'
96+ run : make -C ports/zephyr-cp test
You can’t perform that action at this time.
0 commit comments