Conversation
Removed unnecessary 'cd build' command before building.
Updated CI workflow to combine configure and build steps.
Removed Ubuntu from the CI workflow matrix and the related dependency installation step. As Linux build is not currently available right now.
There was a problem hiding this comment.
Pull Request Overview
This pull request simplifies the CI workflow by removing Ubuntu builds and streamlining the CMake configuration process. The changes focus on Windows-only builds with a more concise CMake setup.
- Removed Ubuntu from the build matrix, making it Windows-only
- Eliminated platform-specific setup steps for both Ubuntu (CMake) and Windows (MSVC)
- Simplified CMake configure and build commands to use modern single-line syntax
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Check please now @copilot |
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This pull request simplifies the CI workflow configuration by focusing exclusively on Windows builds and streamlining the build steps. The main changes are the removal of Ubuntu support and related setup steps, as well as making the build and configuration commands more concise.
Platform support changes:
windows-latest).Build and setup simplification: