X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=gen_travis_yml.php;fp=gen_travis_yml.php;h=277c5a924321e8c3a6a4bcdfaf6506f526b92f4f;hp=0000000000000000000000000000000000000000;hb=66c61765150bd6cb7519ad1e153719d9bf90ccf9;hpb=c1935a79224df01b4c9dd5c09c6b481c3165264c diff --git a/gen_travis_yml.php b/gen_travis_yml.php new file mode 100755 index 0000000..277c5a9 --- /dev/null +++ b/gen_travis_yml.php @@ -0,0 +1,34 @@ +#!/usr/bin/env php +# autogenerated file; do not edit +language: c + +addons: + apt: + packages: + - php5-cli + - php-pear + +env: + matrix: + ["5.4", "5.5", "5.6"], + "enable_debug", + "enable_maintainer_zts", +]); +foreach ($env as $e) { + printf(" - %s\n", $e); +} + +?> + +before_script: + - make -f travis/pecl/Makefile php + +script: + - make -f travis/pecl/Makefile ext PECL=apfd + - make -f travis/pecl/Makefile test + +sudo: false