X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=cfbf00a48bb787f17a7fc37da63538e9cc3efa35;hp=635563e59a82185d888fe9238330a136d0e9d7bf;hb=8d130ff604869beacdc80a516368de3c55d27978;hpb=19cf2c94bf692a429a9e5376fb40d68f2faa8b10 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 635563e..cfbf00a 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -27,6 +27,7 @@ $env = $gen([ "enable_hash" => ["yes"], "enable_iconv" => ["yes"], "with_http_libicu_dir", + "with_http_libbrotli_dir" => ["/home/travis/brotli"] ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -37,6 +38,7 @@ foreach ($env as $e) { - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes before_script: + - ./travis/brotli.sh - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master @@ -44,7 +46,7 @@ before_script: script: - make -f travis/pecl/Makefile test - - make -f travis/pecl/Makefile cppcheck + - make -f travis/pecl/Makefile cppcheck CPPCHECK_EXITCODE=0 after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log