Skip to content

Commit d585e0b

Browse files
committed
[CI] Add virtio in CI builds
1 parent 6271308 commit d585e0b

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

CI/build/conf/cores_config.json

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
{
1212
"name": "STEVAL_MKSBOX1V1",
1313
"options": "usb=CDCgen"
14+
},
15+
{
16+
"name": "STM32MP157A_DK1",
17+
"options": "virtio=enabled"
18+
},
19+
{
20+
"name": "STM32MP157C_DK2",
21+
"options": "virtio=generic"
1422
}
1523
],
1624
"sketches": [

CI/build/conf/cores_config_ci.json

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
{
1212
"name": "STEVAL_MKSBOX1V1",
1313
"options": "usb=CDCgen"
14+
},
15+
{
16+
"name": "STM32MP157A_DK1",
17+
"options": "virtio=enabled"
18+
},
19+
{
20+
"name": "STM32MP157C_DK2",
21+
"options": "virtio=generic"
1422
}
1523
],
1624
"sketches": [

CI/build/conf/cores_config_travis.json

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
{
88
"name": "NUCLEO_L031K6",
99
"options": "opt=oslto"
10+
},
11+
{
12+
"name": "STM32MP157A_DK1",
13+
"options": "virtio=enabled"
14+
},
15+
{
16+
"name": "STM32MP157C_DK2",
17+
"options": "virtio=generic"
1018
}
1119
],
1220
"sketches": [

0 commit comments

Comments
 (0)