ngx_postgres icon indicating copy to clipboard operation
ngx_postgres copied to clipboard

Make module be able to be built as dymanic

Open msva opened this issue 6 years ago • 4 comments

(reworked patch from FRiCKLE/ngx_postgres#54)

msva avatar May 29 '19 08:05 msva

:cricket:

msva avatar Feb 22 '25 09:02 msva

Thanks for your contribution. Would you add a .travis.yml for the CI in another PR first ?

zhuizhuhaomeng avatar Feb 22 '25 14:02 zhuizhuhaomeng

well, I can try (although I doubt that I'll have time for that until next weekend). Althought, I've few pre-questions:

  1. is it any template anywhere? or

  2. is it any info about what should be run during CI? Just only nginx tests?

  3. is travis mandatory? Isn't it may be better to use github workflows instead?

msva avatar Feb 22 '25 16:02 msva

Here is an example. https://github.com/openresty/lua-redis-parser/blob/master/.travis.yml

zhuizhuhaomeng avatar Feb 23 '25 04:02 zhuizhuhaomeng