mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: Add "autobuilder" on Windows that simply shows an error.
This commit is contained in:
@@ -19,8 +19,9 @@ sh_binary(
|
||||
pkg_files(
|
||||
name = "scripts",
|
||||
srcs = [
|
||||
":identify-environment",
|
||||
"autobuild.cmd",
|
||||
":autobuild",
|
||||
":identify-environment",
|
||||
":qltest",
|
||||
],
|
||||
attributes = pkg_attributes(mode = "0755"),
|
||||
|
||||
1
swift/tools/autobuild.cmd
Normal file
1
swift/tools/autobuild.cmd
Normal file
@@ -0,0 +1 @@
|
||||
"%CODEQL_EXTRACTOR_SWIFT_ROOT%/tools/%CODEQL_PLATFORM%/autobuilder-incompatible-os.exe"
|
||||
Reference in New Issue
Block a user