File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test-with-zephyr :
11
- runs-on : ubuntu -latest
11
+ runs-on : windows -latest
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
21
21
22
22
- name : Install system dependencies
23
23
run : |
24
- sudo apt-get update
25
- sudo apt-get install -y python3-pip python3-venv cmake ninja-build gperf \
26
- ccache dfu-util device-tree-compiler wget file make gcc gcc-multilib \
27
- g++-multilib libsdl2-dev libmagic1
24
+ winget install Kitware.CMake Ninja-build.Ninja oss-winget.gperf python Git.Git oss-winget.dtc wget 7zip.7zip
25
+ shell : powershell
28
26
29
27
- name : Install dependencies
30
28
run : npm ci
36
34
run : npm run lint
37
35
38
36
- name : Run real integration tests
39
- run : |
40
- xvfb-run -a node scripts/run-integration-tests.js
37
+ run : node scripts/run-integration-tests.js
41
38
env :
42
39
NODE_ENV : test
43
- ZEPHYR_BASE : /tmp/zephyr
You can’t perform that action at this time.
0 commit comments