From c5688551b31e16c82c912238c39126b9b5c16b74 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 6 Sep 2017 17:08:32 +0200 Subject: [PATCH] travis: update --- .travis.yml | 6 ++++-- scripts/gen_travis_yml.php | 3 ++- travis/pecl | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ff0e26..155ca9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,15 @@ addons: packages: - php5-cli - php-pear + - valgrind - re2c - libidn11-dev - libsqlite3-dev env: matrix: - - PHP=master enable_debug=no enable_psi=yes enable_psi_posix=all LEMON='$(PHP_PSI_BUILDDIR)/lemon' - - PHP=master enable_debug=yes enable_psi=yes enable_psi_posix=all LEMON='$(PHP_PSI_BUILDDIR)/lemon' + - PHP=master enable_debug=no enable_psi=yes enable_psi_posix=all + - PHP=master enable_debug=yes enable_psi=yes enable_psi_posix=all before_script: - make -f travis/pecl/Makefile php @@ -26,4 +27,5 @@ script: after_failure: - cat config.log | curl -F 'sprunge=<-' http://sprunge.us + - cat tests/parser/dump001.psi - ldd .libs/psi.so 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 diff --git a/travis/pecl b/travis/pecl index 90af692..79de9c8 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 90af692cb807f63c4d4e943ff4699dc9637728fb +Subproject commit 79de9c8e52f16a2e06324683cf4c00c91df1b6c1 -- 2.30.2