Dropped php.ini still debugging location
This commit is contained in:
parent
45e80af300
commit
19566bbf5b
2 changed files with 2 additions and 4 deletions
|
@ -9,18 +9,17 @@ matrix:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/
|
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/
|
||||||
- composer install
|
- composer install
|
||||||
- cd vendors/php-test-helpers
|
- cd vendors/php-test-helpers
|
||||||
- phpize
|
- phpize
|
||||||
- ./configure --enable-test-helpers
|
- ./configure --enable-test-helpers
|
||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/ext-xdebug.ini
|
||||||
- cd ../../
|
- cd ../../
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv config-add php.ini
|
|
||||||
- mkdir -p vendors/build/logs
|
- mkdir -p vendors/build/logs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
1
php.ini
1
php.ini
|
@ -1 +0,0 @@
|
||||||
zend_extension="test_helpers.so"
|
|
Loading…
Add table
Add a link
Reference in a new issue