platform/angel_orm_generator/build.yaml
2018-12-08 16:00:31 -05:00

30 lines
No EOL
770 B
YAML

builders:
angel_orm:
import: "package:angel_orm_generator/angel_orm_generator.dart"
builder_factories:
- ormBuilder
auto_apply: root_package
build_to: cache
build_extensions:
.dart:
- ".angel_orm.g.part"
applies_builders:
["source_gen|combining_builder", "source_gen|part_cleanup"]
targets:
_standalone:
sources:
- test/models/author.dart
- test/models/car.dart
- test/models/customer.dart
- test/models/foot.dart
- test/models/fruit.dart
- test/models/role.dart
$default:
dependencies:
- :_standalone
sources:
- test/models/book.dart
- test/models/leg.dart
- test/models/order.dart
- test/models/tree.dart
- test/models/user.dart