mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
11 lines
236 B
Batchfile
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
|