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

Test suite fails on Windows #1499

Closed
mojavelinux opened this issue Jan 21, 2020 · 0 comments
Closed

Test suite fails on Windows #1499

mojavelinux opened this issue Jan 21, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@mojavelinux
Copy link
Member

We recently discovered that the AppVeyor builds weren't running as we had thought. That means the gem was not being tested on Windows. Once we reactivated the AppVeyor builds, we discovered that the test suite fails on Windows. This issue is about getting the tests running on Windows.

Here are the problems to address:

  • Calls to the asciidoctor-pdf bin script must be prefixed with ruby (since Windows can't run a shebang script and the .bat script hasn't been generated in this mode)
  • Test on both Ruby 2.3 and Ruby 2.6 (2.7 not yet available on AppVeyor)
  • Fix SSL verification issue on Ruby 2.3
  • Define PYGMENTS_VERSION environment variable in AppVeyor config
@mojavelinux mojavelinux self-assigned this Jan 21, 2020
@mojavelinux mojavelinux added this to the v1.5.0 milestone Jan 21, 2020
@mojavelinux mojavelinux modified the milestones: v1.5.0, v1.5.0.rc.3 Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant