Skip to content

Commit e7085ec

Browse files
committed
run setup script
1 parent d1eb37c commit e7085ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/native.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767

6868
- run: dart pub get
6969

70+
- name: Build test dylib and bindings
71+
run: dart --enable-asserts pkgs/ffigen/test/setup.dart
72+
7073
- name: Run pub get, analysis, formatting, generators, and tests.
7174
# Don't run examples on stable, the experiment is not available on stable.
7275
run: dart tool/ci.dart --all --no-example

analysis_options.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
analyzer:
22
exclude:
3-
- pkgs/objective_c/example/flutter_app # Flutter app that does not analyze as part of `dart analyze` for the workspace.
3+
# The following packages require Flutter and therefore cannot be analyzed as
4+
# part of `dart analyze` for the workspace.
5+
- pkgs/objective_c/example/flutter_app

0 commit comments

Comments
 (0)