Skip to content

Commit

Permalink
Moved packaged files into dedicated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Mar 9, 2021
1 parent 1fd5586 commit 97ccf44
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
workspace_status_command.exe
workspace_status_command
package/WORKSPACE
package/BUILD.bazel
10 changes: 7 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cc_binary(
name = "workspace_status_command",
visibility = ["//visibility:public"],
srcs = ["workspace_status_command.cc"],
linkstatic = True,
defines = ["_SILENCE_CLANG_COROUTINE_MESSAGE=1"],
deps = [
"@boost//:process",
Expand All @@ -22,10 +23,13 @@ bzlws_copy(
pkg_7z(
name = "archive",
extension = "zip",
strip_prefix = "package/",
srcs = [
":workspace_status_command",
"workspace_status.bat",
"workspace_status.cmd",
"workspace_status.sh",
"//package:BUILD.bazel",
"//package:WORKSPACE",
"//package:workspace_status.bat",
"//package:workspace_status.cmd",
"//package:workspace_status.sh",
],
)
1 change: 1 addition & 0 deletions package/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exports_files(glob(["*"]), visibility = ["//visibility:public"])
1 change: 1 addition & 0 deletions package/WORKSPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
workspace(name = "com_seaube_bazel_wsc")
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 97ccf44

Please sign in to comment.