Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR aims to fix and enhance the CI/CD pipeline while adding new commands for building, testing, and releasing the project. Key changes include:
- Updates to setup.py to add new CLI commands for build and development workflows.
- Introduction and modifications of multiple GitHub workflow files (Windows, Linux, tests, release, and PyPI) to streamline the CI/CD process.
- Enhancements to the build script in package/dobuild.py by replacing os.system calls with a robust run_command function.
Reviewed Changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Added new CLI entries ("airunner-build" and "airunner-dev") |
| package/windows.itch.toml | New config file for itch.io deployment on Windows |
| package/dobuild.py | Refactored build process, replacing shell commands with run_command |
| docker-compose.yml | Added service definitions for production and a hot-reload development mode |
| .github/workflows/windows-dispatch.yml | Added Windows build workflow using pyinstaller |
| .github/workflows/tests.yml | Introduced automated testing workflow |
| .github/workflows/release-pipeline.yml | Created release pipeline to trigger builds after tests |
| .github/workflows/pypi-dispatch.yml | Updated PyPI deployment workflow with improved dependency setup |
| .github/workflows/linux-dispatch.yml | Enhanced Linux Docker build workflow with caching and file copy adjustments |
Files not reviewed (3)
- Dockerfile: Language not supported
- docker-entrypoint.sh: Language not supported
- package/build.sh: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…of requirements.txt
Member
Author
|
This is no longer a valid solution. Dev environments are now run from Docker. I modified the overall build process and came up with slightly different solutions than those presented in this PR. |
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.
No description provided.