X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=054999692b1c77750b27e6148194bd7e08304dce;hp=2f32a7458555972fa7b57c148e71167bbb2ad5b0;hb=e5d094d5e60f1d94e42e4fb90f257181ec7c1fe4;hpb=984753a9c35c3da8262c9bb415c61dd7b2571fd3 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 2f32a74..0549996 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -48,6 +48,7 @@ $env = $gen([ ], [ // everything enabled for current, switching debug/zts "PHP" => $cur, + "PECL_EVENT" => "yes", "enable_debug", "enable_maintainer_zts", "enable_json" => "yes", @@ -96,6 +97,10 @@ install: - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master + - | + if test "$PECL_EVENT" = "yes"; then \ + make -f travis/pecl/Makefile pecl PECL=event; \ + fi script: - make -f travis/pecl/Makefile ext PECL=http