Skip to content

ci: add Windows CI job#18

Draft
toddr-bot wants to merge 1 commit intomainfrom
koan.toddr.bot/add-windows-ci
Draft

ci: add Windows CI job#18
toddr-bot wants to merge 1 commit intomainfrom
koan.toddr.bot/add-windows-ci

Conversation

@toddr-bot
Copy link
Copy Markdown

Summary

  • Add a windows-latest CI job to test cross-platform compatibility

What: New Windows job in the GitHub Actions workflow using Strawberry Perl.

Why: Digest is a core module used on all platforms. Windows testing catches path separator issues, line ending problems, and platform-specific binmode behavior that Linux/macOS CI misses.

How: Uses shogo82148/actions-setup-perl for Strawberry Perl installation and gmake instead of make for Windows compatibility. Follows the same pattern as the Digest-MD5 CI.

Testing: Workflow syntax validated; actual CI will run on push.

🤖 Generated with Claude Code

Add a windows-latest job using shogo82148/actions-setup-perl for
Strawberry Perl setup. Uses gmake instead of make for Windows
compatibility. This ensures cross-platform compatibility is tested
alongside existing Linux and macOS jobs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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