ci: add manual PyInstaller test-build workflow (Windows) - #69
Merged
Conversation
Port of RLEAPP's test_builds.yml with names adapted and the Linux job dropped, since DLEAPP has no Linux spec files. Builds the CLI and GUI on Windows x64/arm64 on manual dispatch, smoke-tests the frozen CLI, and uploads the binaries as workflow artifacts. Keeps the arm64 vcpkg OpenSSL step (pdfminer.six pulls cryptography here too) and the accumulated lessons: pyinstaller>=6.22 in its own single-command step. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Port of RLEAPP's test_builds.yml with names adapted and the Linux job dropped: DLEAPP has no Linux spec files. The macOS specs exist but no core builds macOS in CI; that stays a local build. On manual dispatch it builds the CLI and GUI on Windows x64/arm64, smoke-tests the frozen CLI (--help plus an end-to-end empty-input run), and uploads the binaries as 14-day workflow artifacts.
Keeps the arm64 vcpkg OpenSSL step, because DLEAPP's requirements also carry pdfminer.six, whose cryptography dependency has no win_arm64 wheels, plus the accumulated install lessons (pyinstaller>=6.22 in its own single-command step; pwsh multi-line runs swallow failures). Builds on the hidden-import fixes in #68; the frozen CLI was verified locally on macOS first (88 modules loaded, clean exit).
I will dispatch a run after merge and report.
🤖 Generated with Claude Code