Skip to content

Commit 1aa9741

Browse files
authored
FPGA: Fix windows CI steps in platform designer (#1459)
1 parent 1577d2b commit 1aa9741

File tree

1 file changed

+6
-6
lines changed
  • DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/experimental/platform_designer

1 file changed

+6
-6
lines changed

DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/experimental/platform_designer/sample.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"id": "fpga_emu",
4747
"steps": [
4848
"icx-cl --version",
49-
"cd ../../..",
50-
"mkdir add-oneapi/build",
51-
"cd add-oneapi/build",
49+
"cd ../../../..",
50+
"mkdir build",
51+
"cd build",
5252
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/experimental/platform_designer/add-oneapi",
5353
"nmake fpga_emu",
5454
"add.fpga_emu.exe"
@@ -58,9 +58,9 @@
5858
"id": "report",
5959
"steps": [
6060
"icx-cl --version",
61-
"cd ../../..",
62-
"mkdir add-oneapi/build",
63-
"cd add-oneapi/build",
61+
"cd ../../../..",
62+
"mkdir build",
63+
"cd build",
6464
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/experimental/platform_designer/add-oneapi",
6565
"nmake report"
6666
]

0 commit comments

Comments
 (0)