-
Notifications
You must be signed in to change notification settings - Fork 45
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
Windows build #172
base: develop
Are you sure you want to change the base?
Windows build #172
Conversation
are you waiting for me for anything on this? anything I could do to help? |
Yep, I am wondering why npm is not installed in windows with the setup-node action. I've found a couple of issues: People has complained that it didn't work, it is suposedly fixed but people still complain. I am wondering if this is because of the msys env... Do you have any idea of what may be happening? |
I'm not familiar with this problem or msys2, but maybe try with https://github.com/msys2/setup-msys2?tab=readme-ov-file#path-type e.g.:
|
## [0.54.1](Mahlet-Inc/hobbits@v0.54.0...v0.54.1) (2024-04-30) ### Bug Fixes * add versionless Qt build compatibility ([2d58fb2](Mahlet-Inc@2d58fb2))
Test are failing but it seems that at least they are now executing! Thanks! |
weird, looks like maybe an issue with how the path to the hobbits-runner is being constructed in the test script?
That's probably from how the
I'd be fine if you just wanted to skip the tests on the windows build if it's too much of a headache and you are able to manually verify that the build artifact runs OK. |
The problems are mostly to do with not scaping characters or not using I am running into issues related to installing because of the pack_qt_libs not finding qt libs... |
I think it is doable in the current state.
Awaiting for nodejs/node#52682 to fix testing in this pipeline.
After that, a CPack definition for windows should be done (not much experience with that to be honest).
Latest step, include built binaries in release...
How do you feel about this?