Migrate CI workflow from AppVeyor to GitHub action#5663
Merged
FeodorFitsner merged 36 commits intomainfrom Sep 29, 2025
Merged
Conversation
# Conflicts: # packages/flet/pubspec.yaml
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the CI system from AppVeyor to GitHub Actions, centralizing build scripts and introducing a comprehensive multi-platform workflow that covers Python testing, Flutter builds, wheel packaging, and release automation.
- Complete migration from AppVeyor to GitHub Actions for CI/CD
- Reorganization of build scripts from
ci/directory to.github/scripts/ - Introduction of a unified workflow supporting Windows, macOS, Linux (ARM64/AMD64), and web builds
Reviewed Changes
Copilot reviewed 24 out of 31 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
.appveyor.yml |
Removes the legacy AppVeyor configuration file |
ci/* |
Removes old CI scripts that have been migrated to .github/scripts/ |
.github/workflows/ci.yml |
Adds comprehensive GitHub Actions workflow for multi-platform builds and releases |
.github/workflows/macos-integration-tests.yml |
Updates to exclude the migration branch from testing |
.github/scripts/* |
Adds migrated and improved build scripts with better documentation |
packages/flet/pubspec.yaml |
Adds highlight dependency for syntax highlighting support |
| Icon template files | Updates script path references to new location |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Deploying flet-docs with
|
| Latest commit: |
52aa430
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4cda4978.flet-docs.pages.dev |
| Branch Preview URL: | https://v1-migrate-to-github-action.flet-docs.pages.dev |
This reverts commit f227959.
FeodorFitsner
approved these changes
Sep 29, 2025
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.
Summary by Sourcery
Migrate the CI system from AppVeyor to GitHub Actions by removing legacy configs, centralizing scripts under .github/scripts, and introducing a multi-platform workflow to run tests, build Flutter clients, package Python wheels, and publish releases.
New Features:
Enhancements:
Build:
CI:
Tests:
Chores: