Files
codeql/codeql-tools/autobuild.cmd
2019-11-08 12:16:26 +00:00

11 lines
236 B
Batchfile

@echo off
SETLOCAL EnableDelayedExpansion
rem Some legacy environment variables for the autobuilder.
set LGTM_SRC=%CD%
type NUL && "%CODEQL_EXTRACTOR_GO_ROOT%/tools/%CODEQL_PLATFORM%/go-autobuilder.exe"
exit /b %ERRORLEVEL%
ENDLOCAL