wargio / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
305 stars 38 forks source link

Windows CI enhancements #36

Closed staticlibs closed 2 years ago

staticlibs commented 2 years ago

This patch adds the following enhancements to Windows CI builds:

  1. builds are done without OpenSSL, so the full build now takes about 3 minutes
  2. Nginx version matrix is added, currently 1.22.1 and 1.23.2 are included there; older version may require additional configuration due to PCRE2 used by default (PCRE1 is present in build env, just the configure script defaults to PCRE2)