Skip to content

Commit 9a91b8b

Browse files
authored
FPGA: remove CI tests for the use_library sample (#1984)
The use_library sample relies on the fpga_crossgen tool which is not installed on the CI machines. The CI tests are therefore disabled for this sample.
1 parent 935f771 commit 9a91b8b

File tree

1 file changed

+0
-48
lines changed
  • DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/use_library

1 file changed

+0
-48
lines changed

DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/use_library/sample.json

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -18,54 +18,6 @@
1818
"exclude": []
1919
},
2020
"ciTests": {
21-
"linux": [
22-
{
23-
"id": "fpga_emu_2",
24-
"steps": [
25-
"icpx --version",
26-
"mkdir build",
27-
"cd build",
28-
"cmake ..",
29-
"make fpga_emu",
30-
"./use_library.fpga_emu"
31-
]
32-
},
33-
{
34-
"id": "report",
35-
"steps": [
36-
"icpx --version",
37-
"mkdir build",
38-
"cd build",
39-
"cmake ..",
40-
"make report"
41-
]
42-
}
43-
],
44-
"windows": [
45-
{
46-
"id": "fpga_emu",
47-
"steps": [
48-
"icpx --version",
49-
"cd ../../..",
50-
"mkdir build",
51-
"cd build",
52-
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/use_library",
53-
"nmake fpga_emu",
54-
"use_library.fpga_emu.exe"
55-
]
56-
},
57-
{
58-
"id": "report",
59-
"steps": [
60-
"icpx --version",
61-
"cd ../../..",
62-
"mkdir build",
63-
"cd build",
64-
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/use_library",
65-
"nmake report"
66-
]
67-
}
68-
]
6921
},
7022
"expertise": "Getting Started"
7123
}

0 commit comments

Comments
 (0)