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
Update CI and fix build #11
Conversation
Some systems have separate packages for the PCRE2 binaries and the development headers (e.g., Debian has `pcre2-utils` and `libpcre2-dev` respectively). Only a share install can guarantee that the binaries are available.
|
@zmughal |
|
@wbraswell, seems like AppVeyor did not install Strawberry Perl. I would recommend using Chocolatey: https://dev.to/yukikimoto/install-strawberry-perl-using-chocolatey-on-windows-4if3 I used to use AppVeyor myself and this was how I would set it up: https://github.com/zmughal-CPAN/p5-Alien-ZMQ-latest/blob/ff789fc7e317914e5f89b65d3c2bc95ca361e094/appveyor.yml |
823e3cb
to
8d2eb6b
Compare
|
As discussed, fixed the AppVeyor build (now tests with 32- and 64-bit Strawberry Perl). |
|
@zmughal |
|
I wanted to simplify the build by removing what wasn't necessary. The build still passes. |
|
@wbraswell, this can now be released, correct? |
|
@zmughal |
|
@wbraswell, yes, please! Released to CPAN. :-) |
t/03_pcre2grep.tfor system install