This commit is contained in:
Bozhidar 2024-04-29 00:33:14 +03:00
parent 9d1b7e47d3
commit 856d0a5a93
2 changed files with 1 additions and 3 deletions

View file

@ -51,7 +51,6 @@ jobs:
sudo /usr/local/phyre/php/bin/phpize sudo /usr/local/phyre/php/bin/phpize
sudo ./configure --enable-xdebug --with-php-config=/usr/local/phyre/php/bin/php-config sudo ./configure --enable-xdebug --with-php-config=/usr/local/phyre/php/bin/php-config
sudo make sudo make
sudo make test
sudo mkdir -p /usr/local/phyre/php/zend-xdebug sudo mkdir -p /usr/local/phyre/php/zend-xdebug
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
@ -62,7 +61,6 @@ jobs:
sudo chmod 777 /usr/local/phyre/php/bin/php.ini sudo chmod 777 /usr/local/phyre/php/bin/php.ini
phyre-php -v phyre-php -v
/usr/local/phyre/php/bin/php -v
cd /usr/local/phyre/web/ cd /usr/local/phyre/web/
sudo chmod -R 777 vendor sudo chmod -R 777 vendor

View file

@ -73,7 +73,7 @@
], ],
"test:coverage": [ "test:coverage": [
"Composer\\Config::disableProcessTimeout", "Composer\\Config::disableProcessTimeout",
"phyre-php -d xdebug.mode=coverage artisan test --coverage -c \"phpunit-coverage.xml\"" "sudo phyre-php -d xdebug.mode=coverage artisan test --coverage -c \"phpunit-coverage.xml\""
] ]
}, },
"extra": { "extra": {