X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=505fda579d290db89e921dc15a76e459f7d304f7;hp=311a4cd000afa5edccef34ab7e1bdcf7349e6bdb;hb=b15ebe66724a6f794d81301b271414e08b97e037;hpb=e7f3c1766222862532aadbfbafdb6017fef2747c diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 311a4cd..505fda5 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,6 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c +sudo: requried +dist: trusty addons: apt: @@ -11,13 +13,14 @@ 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", @@ -29,6 +32,8 @@ 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 before_script: - make -f travis/pecl/Makefile php @@ -38,11 +43,13 @@ before_script: script: - 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: webhooks: urls: