zephir-lang / php-zephir-parser

The Zephir Parser delivered as a C extension for the PHP language.
https://zephir-lang.com
MIT License
185 stars 36 forks source link

Please provides tests in the pecl archive #127

Closed remicollet closed 3 years ago

remicollet commented 3 years ago

Using role="test"

Useful to allow downstream (packager) to run them

Jeckerson commented 3 years ago

Do we need to specify each file individually or there is wildcard for this?

remicollet commented 3 years ago

no wilcard, 1 line per file

Jeckerson commented 3 years ago

@remicollet Btw, is it possible to upload pecl package via CI?

remicollet commented 3 years ago

I don't think so (and don't think it makes sense)

Jeckerson commented 3 years ago

Why not? Perfect working example - publish deb/rpm packages from CI:

image

Refs: