Files
codeql/rust/tools/autobuild.cmd
Paolo Tranquilli 73a5a3f7ee Rust: support paths and paths-ignore from the code scanning configuration file
This is done by simply adding the autobuilder from the shared
tree-sitter extractor library.
2024-12-19 17:37:56 +01:00

6 lines
110 B
Batchfile

@echo off
type NUL && "%CODEQL_EXTRACTOR_RUST_ROOT%\tools\%CODEQL_PLATFORM%\autobuild"
exit /b %ERRORLEVEL%