Skip to content

Commit

Permalink
[CI] Add virtio in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Mar 15, 2020
1 parent 6271308 commit d585e0b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CI/build/conf/cores_config.json
Expand Up @@ -11,6 +11,14 @@
{
"name": "STEVAL_MKSBOX1V1",
"options": "usb=CDCgen"
},
{
"name": "STM32MP157A_DK1",
"options": "virtio=enabled"
},
{
"name": "STM32MP157C_DK2",
"options": "virtio=generic"
}
],
"sketches": [
Expand Down
8 changes: 8 additions & 0 deletions CI/build/conf/cores_config_ci.json
Expand Up @@ -11,6 +11,14 @@
{
"name": "STEVAL_MKSBOX1V1",
"options": "usb=CDCgen"
},
{
"name": "STM32MP157A_DK1",
"options": "virtio=enabled"
},
{
"name": "STM32MP157C_DK2",
"options": "virtio=generic"
}
],
"sketches": [
Expand Down
8 changes: 8 additions & 0 deletions CI/build/conf/cores_config_travis.json
Expand Up @@ -7,6 +7,14 @@
{
"name": "NUCLEO_L031K6",
"options": "opt=oslto"
},
{
"name": "STM32MP157A_DK1",
"options": "virtio=enabled"
},
{
"name": "STM32MP157C_DK2",
"options": "virtio=generic"
}
],
"sketches": [
Expand Down

0 comments on commit d585e0b

Please sign in to comment.