2022-09-15 14:42:20 -07:00
|
|
|
name: drift
|
|
|
|
repository: https://github.com/simolus3/drift
|
|
|
|
|
|
|
|
packages:
|
|
|
|
- docs
|
|
|
|
- drift
|
|
|
|
- drift_sqflite
|
|
|
|
- drift_dev
|
|
|
|
- sqlparser
|
|
|
|
- examples/*
|
2024-01-30 15:26:36 -08:00
|
|
|
- examples/multi_package/*
|
2022-09-15 14:42:20 -07:00
|
|
|
- extras/benchmarks
|
2023-10-16 14:38:35 -07:00
|
|
|
- extras/drift_devtools_extension
|
2023-07-24 12:44:43 -07:00
|
|
|
- extras/drift_mariadb
|
2022-09-15 14:42:20 -07:00
|
|
|
- extras/drift_postgres
|
|
|
|
- extras/encryption
|
|
|
|
- extras/integration_tests/*
|
|
|
|
- extras/plugin_example
|
2022-12-12 13:18:31 -08:00
|
|
|
- extras/assets/*
|
2022-09-15 14:42:20 -07:00
|
|
|
|
|
|
|
scripts:
|
|
|
|
check_format:
|
|
|
|
run: dart format -o none --set-exit-if-changed .
|
|
|
|
|
|
|
|
analyze:
|
|
|
|
run: dart analyze --fatal-infos
|
|
|
|
exec: {concurrency: 1}
|
|
|
|
|
|
|
|
build:
|
2023-06-19 07:09:47 -07:00
|
|
|
run: dart run build_runner build --delete-conflicting-outputs
|
2022-09-15 14:42:20 -07:00
|
|
|
exec: {concurrency: 1}
|
2023-03-11 14:38:22 -08:00
|
|
|
packageFilters:
|
|
|
|
dependsOn: build_runner
|
2022-09-15 14:42:20 -07:00
|
|
|
|
|
|
|
test:
|
|
|
|
run: dart test
|
|
|
|
exec: {concurrency: 1}
|
2023-03-11 14:38:22 -08:00
|
|
|
packageFilters:
|
|
|
|
dependsOn: test
|
2022-09-15 14:42:20 -07:00
|
|
|
ignore: drift_postgres # this is an integration test
|