Skip to content

Commit

Permalink
Update CodeQL convenience script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Dec 23, 2023
1 parent bad3dc9 commit 8167402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/codeql-create-database
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cd "${parent_dir}/.."
[[ -d "${build_dir}" ]] && rm -rf "${build_dir}"
[[ -d "${codeql_db_dir}" ]] && rm -rf "${codeql_db_dir}"

codeql database create "${codeql_db_dir}" --source-root="./src" --language="cpp" --command="cmake -S .. -B ../${build_dir}" --command="cmake --build ../build"
codeql database create "${codeql_db_dir}" --source-root="./src" --language="cpp" --command="meson setup build" --command="ninja -C build"

0 comments on commit 8167402

Please sign in to comment.