Separate Android and Linux CI builds and add transport policy/capabilities#145
Draft
mortenboye wants to merge 31 commits intomasterfrom
Draft
Separate Android and Linux CI builds and add transport policy/capabilities#145mortenboye wants to merge 31 commits intomasterfrom
mortenboye wants to merge 31 commits intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
.github/workflows/ci.ymlwithbuild_androidandbuild_linuxjobs and installing Linux native build dependencies beforeflutter build linux.lib/src/midi_transports.dartand wire them intolib/flutter_midi_command.dartto exposeMidiCapabilities,MidiTransportPolicy,configureTransportPolicy(...), and transport-gated operations.melos.yaml,pigeons/midi_api.dart,lib/src/pigeon/README.md,doc/architecture.md, and README updates describing the Android/Linux package split.test/midi_transport_policy_test.dartcoveringMidiTransportPolicyandMidiCapabilities, and updatepubspec.yamlto includemelosandpigeondev dependencies.Testing
git diff --checkand reviewed the changed files and workflow syntax, which produced no issues.test/midi_transport_policy_test.dartto validate policy resolution and capability helpers, but they were not executed locally in this environment.flutter/dartcommands (flutter analyze/flutter test) were not run because the toolchain is not installed in the execution container, so CI will validate those steps on GitHub Actions.