X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=852fce96697d235d8b649e3be07f55c4de563810;hp=c805e57525c458530736eb5afe0616038e4ed9d8;hb=700883ba05724a9dd14fa6d5a2eded658cf0496c;hpb=e98cbebe3cc36f01e54fbf0d11b33a7aca80d379 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index c805e57..852fce9 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -11,37 +11,42 @@ addons: - zlib1g-dev - libidn11-dev - libevent-dev + - cppcheck env: ["7.0", "master"], + "PHP" => ["7.0", "7.1", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", "enable_hash" => ["yes"], "enable_iconv" => ["yes"], - "enable_phar" => ["yes"], - "enable_posix" => ["yes"] ]); foreach ($env as $e) { printf(" - %s\n", $e); } ?> +# once with gcov + - 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 pharext/raphf-master pharext/propro-master + - 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 ext PECL=http script: - - make -f travis/pecl/Makefile ext PECL=http - make -f travis/pecl/Makefile test + - make -f travis/pecl/Makefile cppcheck -after_script: +after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log +after_success: + - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy sudo: false notifications: