mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add autobuild.sh
This commit is contained in:
6
rust/tools/autobuild.sh
Executable file
6
rust/tools/autobuild.sh
Executable 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}"
|
||||
Reference in New Issue
Block a user