include brotli in the coverage build
[m6w6/ext-http] / scripts / gen_travis_yml.php
index 1f8e16a0eeb55db0a8e95e40ca45ad46064cbdb2..7ab5174ac96ad5ec2af3cb6177d979616ec1ca6e 100755 (executable)
@@ -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);
@@ -34,17 +35,18 @@ foreach ($env as $e) {
 
 ?>
 # once with gcov
- - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes
+ - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master with_http_libbrotli_dir=/home/travis/brotli 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=raphf:raphf:2.0.0
- - make -f travis/pecl/Makefile pecl PECL=propro:propro:2.0.1
+ - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master
+ - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master
  - make -f travis/pecl/Makefile ext PECL=http
 
 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