X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=gen_travis_yml.php;fp=gen_travis_yml.php;h=0000000000000000000000000000000000000000;hp=ba9d41d2c4e4d2778f29b62cdfc57ccbbe22b72e;hb=42cfc3bd986d24f7172e5e45a9959f782b65d010;hpb=39b52ea20ccd222e9205058e4a22e02d27ea53c5 diff --git a/gen_travis_yml.php b/gen_travis_yml.php deleted file mode 100755 index ba9d41d..0000000 --- a/gen_travis_yml.php +++ /dev/null @@ -1,57 +0,0 @@ -#!/usr/bin/env php -# autogenerated file; do not edit -language: c - -addons: - apt: - packages: - - php-cli - - php-pear - - valgrind - -env: - matrix: - ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "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