Automate building of xhprof through composer install/update.
parent
2a3fa037
Aucune branche associée trouvée
Aucune étiquette associée trouvée
... | @@ -48,5 +48,13 @@ | ... | @@ -48,5 +48,13 @@ |
"type": "vcs", | "type": "vcs", | ||
"url": "https://github.com/phacility/xhprof" | "url": "https://github.com/phacility/xhprof" | ||
} | } | ||
] | ], | ||
"scripts": { | |||
"post-update-cmd": [ | |||
"misc/composer/build-xhprof.sh" | |||
], | |||
"post-install-cmd": [ | |||
"misc/composer/build-xhprof.sh" | |||
] | |||
} | |||
} | } |
misc/composer/build-xhprof.sh
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter