Skip to content

Commit a90b08c

Browse files
committed
Adding ciTests field for vector-add sample
1 parent 17848e5 commit a90b08c

File tree

1 file changed

+5
-1
lines changed
  • DirectProgramming/DPC++/DenseLinearAlgebra/vector-add

1 file changed

+5
-1
lines changed

DirectProgramming/DPC++/DenseLinearAlgebra/vector-add/sample.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"languages": [{"cpp": {"properties": {"projectOptions": [{"projectType": "makefile"}]}}}],
77
"targetDevice": ["CPU", "GPU", "FPGA"],
88
"os": ["linux", "windows"],
9-
"builder": ["ide", "make"]
9+
"builder": ["ide", "make"],
10+
"ciTests": {
11+
"linux": [],
12+
"windows": []
13+
}
1014
}

0 commit comments

Comments
 (0)