aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Jeremy Wall <jeremy@marzhillstudios.com>2015-11-09 18:44:26 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-10 10:23:14 +0000
commitd00e3a1ef2c6678ffc24eb9ffbc6561ba85338c4 (patch)
tree65141853f2eaa52cfd5fcde608f89a14548b3428 /WORKSPACE
parent15099239d94f5fb94504e33f670adf71dacff48a (diff)
Add dotnet csharp support to bazel.
Adds rules for csharp_binary, csharp_library, and csharp_nunit_test. -- Change-Id: I51e448a399c535554353b3f40bf090bb602f647f Reviewed-on: https://bazel-review.googlesource.com/#/c/2270/ MOS_MIGRATED_REVID=107399181
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 8 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 5255429f79..5e57bc4d52 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -98,3 +98,11 @@ new_http_archive(
sha256 = "2593132ca490b9ee17509d65ee2cd078441ff544899f6afb97a03d08c25524e7",
url = "https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz",
)
+
+new_http_archive(
+ name = "nunit",
+ build_file = "tools/build_defs/dotnet/nunit.BUILD",
+ sha256 = "1bd925514f31e7729ccde40a38a512c2accd86895f93465f3dfe6d0b593d7170",
+ type = "zip",
+ url = "https://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4.zip",
+)