We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9761858 commit 7f9e5c5Copy full SHA for 7f9e5c5
2 files changed
.ci/director.json
@@ -0,0 +1,3 @@
1
+{
2
+ "actors": ["FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/build.json"]
3
+}
.ci/build.json …/FreeRTOS_Plus_TCP_Echo_Posix/build.json.ci/build.json renamed to FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/build.json
@@ -5,7 +5,7 @@
5
"build": {
6
"requires": ["iot-thing"],
7
"cmd": [
8
- "echo 'command 1'",
+ "make -j",
9
"echo \"{'verdict': 'Pass'}\" > result.json"
10
],
11
"check_output": ["result.json"]
0 commit comments