X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=gen_travis_yml.php;h=8fa4e579443e0ff1ca9bafdc184db3b9565d34af;hb=HEAD;hp=411e447ab622ebc78ac41aa153d457feeabe0eca;hpb=675792a5745981ebe1b2292f0c7e20b8827dc73c;p=m6w6%2Fext-json_post diff --git a/gen_travis_yml.php b/gen_travis_yml.php deleted file mode 100755 index 411e447..0000000 --- a/gen_travis_yml.php +++ /dev/null @@ -1,59 +0,0 @@ -#!/usr/bin/env php -# autogenerated file; do not edit -language: c -sudo: false -dist: xenial - -addons: - apt: - packages: - - php-cli - - php-pear - - valgrind - -env: - matrix: - ["5.6", "7.0", "7.1", "7.2", "7.3", "8.0", "master"], - "enable_debug" => "yes", - "enable_maintainer_zts" => "yes", - "enable_json" => "yes" -], [ - "PHP" => $cur, - "enable_debug", - "enable_maintainer_zts", - "enable_json" => "yes" -], [ - "CFLAGS" => "'-O0 -g --coverage'", - "CXXFLAGS" => "'-O0 -g --coverage'", - "PHP" => $cur, - "enable_json" => "yes" -]); -foreach ($env as $grp) { - foreach ($grp as $e) { - printf(" - %s\n", $e); - } -} - -?> - -cache: - directories: - - $HOME/cache - -before_cache: - - find $HOME/cache -name '*.gcda' -o -name '*.gcno' -delete - -install: - - make -f travis/pecl/Makefile php - -script: - - make -f travis/pecl/Makefile ext PECL=json_post - - make -f travis/pecl/Makefile test - -after_success: - - test -n "$CFLAGS" && cd .libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy