Skip to content

Commit f3afc60

Browse files
committed
Debug configure flag on Travis CI
1 parent 33186eb commit f3afc60

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ cache:
5555
install:
5656
- phpenv config-rm xdebug.ini || true
5757
- bash ./install-re2c $RE2C_VERSION
58-
- bash ./install-development --phpize $(phpenv which phpize) --php-config $(phpenv which php-config)
58+
- bash ./install-development --phpize $(phpenv which phpize) --php-config $(phpenv which php-config) || true
59+
- if [ -f "${TRAVIS_BUILD_DIR}/config.log" ]; then cat "${TRAVIS_BUILD_DIR}/config.log"; fi
5960

6061
script:
6162
- bash ${TRAVIS_BUILD_DIR}/tests/ci/run-tests.sh

install-development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ if [ "$(uname -s 2>/dev/null)" = "Darwin" ]; then
200200
aclocal && ${LIBTOOLIZE_BIN} --force && autoheader && autoconf
201201
fi
202202

203+
./configure --help
204+
203205
./configure \
204206
--with-php-config=${PHPCONFIG_BIN} \
205207
--enable-zephir_parser

0 commit comments

Comments
 (0)