vaticle / typedb-ml

TypeDB-ML is the Machine Learning integrations library for TypeDB
https://vaticle.com
Apache License 2.0
552 stars 93 forks source link

[Development] Refactor WORKSPACE and add filegroup declaring CI targets #150

Closed lolski closed 3 years ago

lolski commented 3 years ago

What is the goal of this PR?

We refactor the WORKSPACE file to make it clearer. The key change was to properly enclose declarations into appropriate sections. We also add a new toplevel BUILD file declaration for all targets used in CI and elsewhere to ensure these targets are correct at build time.