Add support for phalcon
This commit is contained in:
+4
-1
@@ -88,11 +88,14 @@ function readScript(filename, version, os_version) {
|
||||
}
|
||||
break;
|
||||
case 'linux':
|
||||
let files = ['scripts/phalcon.sh'];
|
||||
yield readFiles74(['scripts/phalcon.sh']);
|
||||
switch (version) {
|
||||
case '7.4':
|
||||
yield readFiles74(['scripts/xdebug.sh', 'scripts/pcov.sh']);
|
||||
files.concat(['scripts/xdebug.sh', 'scripts/pcov.sh']);
|
||||
break;
|
||||
}
|
||||
yield readFiles74(files);
|
||||
break;
|
||||
case 'win32':
|
||||
switch (version) {
|
||||
|
||||
Reference in New Issue
Block a user