Skip to content

Commit 7f9e5c5

Browse files
committed
add director and actor
1 parent 9761858 commit 7f9e5c5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.ci/director.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"actors": ["FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/build.json"]
3+
}

.ci/build.json renamed to FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": {
66
"requires": ["iot-thing"],
77
"cmd": [
8-
"echo 'command 1'",
8+
"make -j",
99
"echo \"{'verdict': 'Pass'}\" > result.json"
1010
],
1111
"check_output": ["result.json"]

0 commit comments

Comments
 (0)