X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=7c515d709d9f4246c09efcbb3fb5267e83b53373;hp=91546a77d7a4ef3dfa12f53974643d44c70b9904;hb=9a01d0b6658e90781eb27117e44727dca70b1aa5;hpb=3d999b13e553e014757b7c2d060c2f57fe7d6db0 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 91546a7..7c515d7 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,7 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false +sudo: required +dist: trusty addons: apt: @@ -22,7 +23,8 @@ $env = $gen([ "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], - "enable_psi_posix" => ["all"] + "enable_psi_posix" => ["all"], + "LEMON" => ["'\$(PHP_PSI_BUILDDIR)/lemon'"] ]); foreach ($env as $e) { printf(" - %s\n", $e);