Skip to content

Commit 9b15646

Browse files
authored
Merge pull request #8323 from yossi2le/add-blockdevice-example-back-to-ci
Add blockdevice example back to CI
2 parents 4a0e2bd + 4bb8ebf commit 9b15646

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tools/test/examples/examples.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,19 @@
292292
"compile" : true,
293293
"export": true,
294294
"auto-update" : true
295-
}
295+
},
296+
{
297+
"name": "mbed-os-example-blockdevice",
298+
"github":"https://github.com/armmbed/mbed-os-example-blockdevice",
299+
"mbed": [],
300+
"test-repo-source": "github",
301+
"features" : [],
302+
"targets" : ["K64F"],
303+
"toolchains" : [],
304+
"exporters": [],
305+
"compile" : true,
306+
"export": true,
307+
"auto-update" : true
308+
}
296309
]
297310
}

0 commit comments

Comments
 (0)