mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #13211 from github/mbg/identify-environment-stubs
Shared: Add stubs for `identify-environment` scripts
This commit is contained in:
@@ -11,9 +11,15 @@ sh_binary(
|
||||
srcs = ["autobuild.sh"],
|
||||
)
|
||||
|
||||
sh_binary(
|
||||
name = "identify-environment",
|
||||
srcs = ["identify-environment.sh"],
|
||||
)
|
||||
|
||||
pkg_files(
|
||||
name = "scripts",
|
||||
srcs = [
|
||||
":identify-environment",
|
||||
":autobuild",
|
||||
":qltest",
|
||||
],
|
||||
|
||||
5
swift/tools/identify-environment.sh
Executable file
5
swift/tools/identify-environment.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
echo '{ "swift": { "os": { "name": "macOS" } } }'
|
||||
Reference in New Issue
Block a user