X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=5e56d837a713d387c5985cd4e4c7f49989c568b6;hp=04253c443a771a19a6364e3b2d968aa19b91a077;hb=e4094d44990e46a0adcc2138eca4053156cd2201;hpb=22dcf8982ba84d62c319f4e386df99b62c165048 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04253c4..5e56d83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -67,7 +68,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -101,7 +103,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -135,7 +138,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -169,7 +173,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -203,7 +208,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -218,8 +224,8 @@ jobs: cur-cov-0: name: cur-cov-0 env: - CFLAGS: "'-O0 -g --coverage'" - CXXFLAGS: "'-O0 -g --coverage'" + CFLAGS: "-O0 -g --coverage" + CXXFLAGS: "-O0 -g --coverage" PHP: "8.0" enable_iconv: "yes" with_http_libicu_dir: "yes" @@ -240,7 +246,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -260,8 +267,8 @@ jobs: cur-cov-1: name: cur-cov-1 env: - CFLAGS: "'-O0 -g --coverage'" - CXXFLAGS: "'-O0 -g --coverage'" + CFLAGS: "-O0 -g --coverage" + CXXFLAGS: "-O0 -g --coverage" PHP: "8.0" enable_iconv: "yes" with_http_libicu_dir: "no" @@ -282,7 +289,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php @@ -302,8 +310,8 @@ jobs: cur-cov-2: name: cur-cov-2 env: - CFLAGS: "'-O0 -g --coverage'" - CXXFLAGS: "'-O0 -g --coverage'" + CFLAGS: "-O0 -g --coverage" + CXXFLAGS: "-O0 -g --coverage" PHP: "8.0" enable_iconv: "yes" with_http_libicu_dir: "no" @@ -324,7 +332,8 @@ jobs: libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php