Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,54 +18,6 @@
"exclude": []
},
"ciTests": {
"linux": [
{
"id": "fpga_emu_2",
"steps": [
"icpx --version",
"mkdir build",
"cd build",
"cmake ..",
"make fpga_emu",
"./use_library.fpga_emu"
]
},
{
"id": "report",
"steps": [
"icpx --version",
"mkdir build",
"cd build",
"cmake ..",
"make report"
]
}
],
"windows": [
{
"id": "fpga_emu",
"steps": [
"icpx --version",
"cd ../../..",
"mkdir build",
"cd build",
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/use_library",
"nmake fpga_emu",
"use_library.fpga_emu.exe"
]
},
{
"id": "report",
"steps": [
"icpx --version",
"cd ../../..",
"mkdir build",
"cd build",
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/use_library",
"nmake report"
]
}
]
},
"expertise": "Getting Started"
}