File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 run : |
8888 PATH=$PATH:$CODEQL_HOME/codeql
8989
90- find c -name qlpack.yml -exec codeql pack create --threads=0 {} \;
91- find cpp -name qlpack.yml -exec codeql pack create --threads=0 {} \;
90+ codeql query compile --threads 0 cpp
91+ codeql query compile --threads 0 c
9292
9393 cd ..
9494 zip -r codeql-coding-standards/code-scanning-cpp-query-pack.zip codeql-coding-standards/c/ codeql-coding-standards/cpp/ codeql-coding-standards/.codeqlmanifest.json codeql-coding-standards/supported_codeql_configs.json codeql-coding-standards/scripts/configuration codeql-coding-standards/scripts/reports codeql-coding-standards/scripts/shared codeql-coding-standards/scripts/guideline_recategorization codeql-coding-standards/scripts/shared codeql-coding-standards/scripts/schemas
You can’t perform that action at this time.
0 commit comments