mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Remove Bazel build (#94)
* Remove bazel build Also updated the build badge to reflect internal build status.
This commit is contained in:
parent
ad20178f18
commit
e17986dfa4
144 changed files with 2 additions and 8274 deletions
|
@ -1,28 +0,0 @@
|
|||
package(default_visibility = ["//java/google/registry:registry_project"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
py_binary(
|
||||
name = "xml_to_index_yaml_translator",
|
||||
srcs = ["xml_to_index_yaml_translator.py"],
|
||||
python_version = "PY2",
|
||||
deps = [":xml_to_index_yaml_translator_lib"],
|
||||
)
|
||||
|
||||
py_library(
|
||||
name = "xml_to_index_yaml_translator_lib",
|
||||
srcs = ["xml_to_index_yaml_translator.py"],
|
||||
deps = ["//python:python_directory_import"],
|
||||
)
|
||||
|
||||
py_test(
|
||||
name = "xml_to_index_yaml_translator_test",
|
||||
size = "small",
|
||||
srcs = ["xml_to_index_yaml_translator_test.py"],
|
||||
data = [
|
||||
"testdata/datastore-indexes.xml",
|
||||
"testdata/index.yaml",
|
||||
],
|
||||
python_version = "PY2",
|
||||
deps = [":xml_to_index_yaml_translator_lib"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue