Closed
Description
Hi,
i am trying to use codeql cli in my cpp project and trying to create a database file in a docker container.
but I am getting this issue
No source code was seen and extracted to C:\xxx.
This can occur if the specified build commands failed to compile or process any code.
- For codebases written in Go, JavaScript, TypeScript, and Python, do not specify
an explicit --command. - For other languages, the --command must specify a "clean" build which compiles
all the source code files without reusing existing build artefacts.
I am using the GNU MinGW compiler to compile my code.
the commands are using the script(.bat) file
cmake -G "MSYS Makefiles" ../
make
waiting for good response :)