d4t_formulas/.pub-cache/hosted/pub.dev/test-1.26.3/mono_pkg.yaml
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00

51 lines
1.3 KiB
YAML

# See https://pub.dev/packages/mono_repo
sdk:
- dev
- pubspec
stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos
sdk:
- dev
os:
- linux
- unit_test:
- command: xvfb-run -s "-screen 0 1024x768x24" dart test --preset travis --total-shards 5 --shard-index 0
- command: xvfb-run -s "-screen 0 1024x768x24" dart test --preset travis --total-shards 5 --shard-index 1
- command: xvfb-run -s "-screen 0 1024x768x24" dart test --preset travis --total-shards 5 --shard-index 2
- command: xvfb-run -s "-screen 0 1024x768x24" dart test --preset travis --total-shards 5 --shard-index 3
- command: xvfb-run -s "-screen 0 1024x768x24" dart test --preset travis --total-shards 5 --shard-index 4
- command: dart test --preset travis --total-shards 5 --shard-index 0
os:
- windows
- osx
sdk:
- pubspec
- command: dart test --preset travis --total-shards 5 --shard-index 1
os:
- windows
- osx
sdk:
- pubspec
- command: dart test --preset travis --total-shards 5 --shard-index 2
os:
- windows
- osx
sdk:
- pubspec
- command: dart test --preset travis --total-shards 5 --shard-index 3
os:
- windows
- osx
sdk:
- pubspec
- command: dart test --preset travis --total-shards 5 --shard-index 4
os:
- windows
- osx
sdk:
- pubspec