Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows OS Github Worflow #7227

Merged
merged 3 commits into from
Jan 13, 2025
Merged

Conversation

tvallin
Copy link
Member

@tvallin tvallin commented Jul 20, 2023

Description

Fixes #6717
Fixes #6714

Documentation

Run unit tests and packaging (jar, jlink and native-image) on windows.

Performance before changes (main): 24m 38s
Performance after changes: 27m 16s

@tvallin tvallin added the build label Jul 20, 2023
@tvallin tvallin self-assigned this Jul 20, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 20, 2023
Copy link
Member

@edbratt edbratt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, I can confirm these updates work for my Windows build system. I would recommend addressing the file-system separator, end-of-line and other issues (if they exist) using the system properties and appropriate settings. (e.d. system properties: line.separator, File.separator, and File.pathSeparator)

@tvallin tvallin marked this pull request as draft February 1, 2024 14:20
@tvallin tvallin marked this pull request as ready for review March 19, 2024 13:29
@tvallin tvallin force-pushed the windows-build branch 2 times, most recently from fc5656f to b958fd2 Compare November 8, 2024 16:08
@tvallin tvallin force-pushed the windows-build branch 2 times, most recently from f13a55b to 89f4138 Compare December 17, 2024 15:23
@tvallin
Copy link
Member Author

tvallin commented Dec 20, 2024

This is ready for review 👍

@tvallin tvallin force-pushed the windows-build branch 3 times, most recently from cc4f6c6 to 07c9107 Compare January 9, 2025 17:32
@tvallin tvallin merged commit fa5a34c into helidon-io:main Jan 13, 2025
58 checks passed
@tvallin tvallin deleted the windows-build branch January 13, 2025 19:04
@tvallin tvallin changed the title Windows Github Action Add Windows OS Github Worflow Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Windows build to PR validation workflow Helidon 4.x cannot be built on Windows
4 participants