Skip to content

Commit be16954

Browse files
committed
Rust: add autobuild.sh
1 parent 52ef1e3 commit be16954

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

rust/tools/autobuild.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
exec "${CODEQL_DIST}/codeql" database index-files \
4+
--working-dir=. --language=rust --include-extension=.rs \
5+
${CODEQL_VERBOSITY:+"--verbosity=${CODEQL_VERBOSITY}"} \
6+
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"

0 commit comments

Comments
 (0)