Add CI using GitHub Actions with Windows 2022, CMake, and multi-platform builds#19
Merged
SergiusTheBest merged 6 commits intomainfrom Jul 25, 2025
Merged
Add CI using GitHub Actions with Windows 2022, CMake, and multi-platform builds#19SergiusTheBest merged 6 commits intomainfrom
SergiusTheBest merged 6 commits intomainfrom
Conversation
Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CI using github actions
Add CI using GitHub Actions with Windows 2022, CMake, and multi-platform builds
Jul 25, 2025
SergiusTheBest
requested changes
Jul 25, 2025
Collaborator
|
There is the issue about it: https://jira.dev.local/jira/projects/KF/issues/KF-2 |
…, and path excludes Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
Member
@belyshevdenis Yes, testing how AI deals with it. |
SergiusTheBest
requested changes
Jul 25, 2025
Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
SergiusTheBest
requested changes
Jul 25, 2025
…m directly Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
SergiusTheBest
approved these changes
Jul 25, 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.
This PR implements a comprehensive CI/CD pipeline using GitHub Actions to automate building and testing of the kf kernel foundation library.
Key Features
Multi-platform builds: The CI builds the library for both x64 and ARM64 architectures using a matrix strategy, ensuring compatibility across different Windows platforms.
Multi-configuration builds: Both Debug and Release configurations are built to catch configuration-specific issues early.
Optimized build process:
--parallelflag) for faster buildsFlexible test handling: Added a new CMake option
KF_BUILD_TESTSthat allows building the core library independently of WDK-dependent tests. This ensures:Build status visibility: Added a CI badge to the README that shows the current build status and links directly to the workflow results.
Technical Implementation
The workflow consists of two jobs:
Added comprehensive
.gitignoreto keep the repository clean from build artifacts and dependencies.Workflow Structure
The CI triggers on pushes and pull requests to main/master branches, providing immediate feedback on code changes.
Fixes #18.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.