X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gen_travis_yml.php;h=fa6cb82224486982f74fb9420f6d24664704fb20;hb=ee3ecbccbe47dfb349d529ddaec2de8b402715b9;hp=9d5ec840d18191a26d8a7fa990231d20a361bb2a;hpb=8b165391bf89dc424b19280caef79a1ce9f86b2f;p=m6w6%2Fext-apfd diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 9d5ec84..fa6cb82 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -2,27 +2,23 @@ # autogenerated file; do not edit language: c sudo: false -dist: trusty +dist: xenial addons: apt: packages: - - php5-cli + - php-cli - php-pear - valgrind -compiler: - - gcc - - clang - env: matrix: ["5.6", "7.0", "7.1", "master"], + "PHP" => ["5.6", "7.0", "7.1", "7.2", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", ], [ @@ -30,8 +26,8 @@ $env = $gen([ "enable_debug", "enable_maintainer_zts" ], [ - "CFLAGS" => "'-O0 -g --profile'", - "CXXFLAGS" => "'-O0 -g --profile'", + "CFLAGS" => "'-O0 -g --coverage'", + "CXXFLAGS" => "'-O0 -g --coverage'", "PHP" => $cur, ]); foreach ($env as $grp) { @@ -57,5 +53,5 @@ script: - make -f travis/pecl/Makefile test after_success: - - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy + - test -n "$CFLAGS" && cd .libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy