X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=4c21d6afb1b04bc246f84fcf86bb34eba9ebc8a1;hp=7c515d709d9f4246c09efcbb3fb5267e83b53373;hb=c5688551b31e16c82c912238c39126b9b5c16b74;hpb=4ace6fa9bfa459902184655ee40d6136f25915c8 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 7c515d7..4c21d6a 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -9,6 +9,7 @@ addons: packages: - php5-cli - php-pear + - valgrind - re2c - libidn11-dev - libsqlite3-dev @@ -24,7 +25,6 @@ $env = $gen([ #"enable_maintainer_zts", "enable_psi" => ["yes"], "enable_psi_posix" => ["all"], - "LEMON" => ["'\$(PHP_PSI_BUILDDIR)/lemon'"] ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -41,4 +41,5 @@ script: after_failure: - cat config.log | curl -F 'sprunge=<-' http://sprunge.us + - cat tests/parser/dump001.psi - ldd .libs/psi.so