Skip to content

Commit

Permalink
ci: refresh flutter bindings
Browse files Browse the repository at this point in the history
Now just need to publish a PR automatically
  • Loading branch information
iamsergio committed Apr 12, 2024
1 parent 9809701 commit 33dc76b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
- name: Build Dartagnan
run: |
cd dartagnan
cmake --preset=dev -DCMAKE_INSTALL_PREFIX=installed
cd build-dev
cmake --preset=release -DCMAKE_INSTALL_PREFIX=installed
cd build-release
ninja && ninja install
- name: Refresh bindings
run: |
cd src/flutter
dart refresh_bindings.dart
git status

0 comments on commit 33dc76b

Please sign in to comment.