Skip to content

ci: add manual PyInstaller test-build workflow (Windows) - #69

Merged
abrignoni merged 1 commit into
mainfrom
ci/test-builds
Aug 11, 2026
Merged

ci: add manual PyInstaller test-build workflow (Windows)#69
abrignoni merged 1 commit into
mainfrom
ci/test-builds

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

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

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>
@abrignoni
abrignoni merged commit 18c64df into main Aug 11, 2026
@abrignoni
abrignoni deleted the ci/test-builds branch August 11, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant