mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 17:45:44 +00:00
Dart 2.0 release prep (#6759)
* Dart - pubspec.yaml shouldn't contain authors section anymore - it's unused * Dart - update CHANGELOG.md * Dart - update test and publish scripts
This commit is contained in:
@@ -21,6 +21,7 @@ command -v dart >/dev/null 2>&1 || { echo >&2 "Dart tests require dart to be in
|
||||
# distribute them and more people can more easily run the dart tests
|
||||
../flatc --dart --gen-object-api -I include_test -o ../dart/test monster_test.fbs
|
||||
cp monsterdata_test.mon ../dart/test
|
||||
cp monster_test.fbs ../dart/test
|
||||
|
||||
cd ../dart
|
||||
|
||||
@@ -28,6 +29,3 @@ cd ../dart
|
||||
dart pub get
|
||||
# Execute the sample.
|
||||
dart test
|
||||
|
||||
# cleanup
|
||||
rm ../dart/test/monsterdata_test.mon
|
||||
|
||||
Reference in New Issue
Block a user