php / pecl-mail-mailparse

Email message manipulation
http://pecl.php.net/package/mailparse
Other
28 stars 30 forks source link

Basic CI: build and test #12

Closed cmb69 closed 3 years ago

cmb69 commented 3 years ago

This is mostly standard stuff, but we need to hack around some limitations of the tools. Most notably, phpize support for extension dependencies is bad, so we add three small hacks. Furthermore, some of the test cases are sensitive to line endings, so we ensure that autocrlf is disabled.

cc @remicollet

See https://github.com/cmb69/pecl-mail-mailparse/actions/runs/1190809233