aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2019-11-14 07:16:40 -0800
committerRob Mohr <mohrr@google.com>2019-11-14 07:16:44 -0800
commitbe98ead12a6c5c73a4afb215c710882cff4fbd60 (patch)
tree16aac6880c2186a577128a4dbb17a64dcee48947 /WORKSPACE
parente899dcf4a39f19347ccf6a4f470f0d76e5b523c4 (diff)
downloadpigweed-be98ead12a6c5c73a4afb215c710882cff4fbd60.tar.gz
Add bazel build system files.
Build everything with 'bazel build //...' and run all tests with 'bazel test //...'. Change-Id: Ia912e999e33caa9b490002d639dc4c9a80034afc
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE13
1 files changed, 13 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 000000000..3ac813e24
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,13 @@
+# Copyright 2019 The Pigweed Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may not
+# use this file except in compliance with the License. You may obtain a copy of
+# the License at
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations under
+# the License.