dsully / perl-crypt-openssl-x509

Perl interface to OpenSSL's X509 module.
Other
25 stars 33 forks source link

GitHub Actions Workflow to Test against Mac and various Windows build methods #85

Closed timlegge closed 3 years ago

timlegge commented 3 years ago

Description

Note, that to avoid issues of requiring the installation of Module::Install it was necessary to add the module to the repo. (otherwise it required the module to be installed as it runs and slows down the completion)

Workflow to test the module against:

  1. Windows (Strawberry perl)
  2. Windows (cygwin)
  3. Windows (msys2-mingw)
  4. MacOS

Fixes/addresses (If applicable) # (issue)

Not really any in particular but I was working on the same for Crypt::OpenSSL::Verify and Crypt::OpenSSL::VerifyX509 so I thought I would pass it on since its the basically the same Makefile.PL and format.

Type of change

Github Actions for testing.

Please delete options that are not relevant.

Checklist:

Test / Development Platform Information

No changes to the base module. This give automated testing on push to the repo or a fork. No testing in particular required

Please see the issue template for a more information on provided the requested information.