Rust: add autobuild.sh

This commit is contained in:
Arthur Baars
2024-09-02 15:27:35 +02:00
parent 52ef1e382a
commit be16954521

6
rust/tools/autobuild.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
exec "${CODEQL_DIST}/codeql" database index-files \
--working-dir=. --language=rust --include-extension=.rs \
${CODEQL_VERBOSITY:+"--verbosity=${CODEQL_VERBOSITY}"} \
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"