X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=635563e59a82185d888fe9238330a136d0e9d7bf;hb=2815f728988bf9b7c08eda18817294fef939cf23;hp=505fda579d290db89e921dc15a76e459f7d304f7;hpb=6f5db7d355f83b8a047f864331bc89961ec25f1f;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 505fda5..635563e 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,7 +1,7 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: requried +sudo: required dist: trusty addons: @@ -10,22 +10,23 @@ addons: - php5-cli - php-pear - libcurl4-openssl-dev - - zlib1g-dev - libidn11-dev + - libidn2-0-dev + - libicu-dev - libevent-dev - - cppcheck env: ["7.0", "7.1", "master"], + "PHP" => ["7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", "enable_hash" => ["yes"], "enable_iconv" => ["yes"], + "with_http_libicu_dir", ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -33,12 +34,12 @@ 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 enable_json=yes enable_hash=yes enable_iconv=yes before_script: - 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: