Skip to content
Extraits de code Groupes Projets
Valider 0fe96f76 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Do not try to build xhprof if xhprof directory is missing from vendor folder.

parent 52230fb7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,6 +11,11 @@ if ! type make &> /dev/null; then
exit
fi
if ! [ -d "vendor/facebook/xhprof/extension" ]; then
echo "xhprof missing, skipping build"
exit
fi
mkdir -p tmp/xhprof-logs
cd vendor/facebook/xhprof/extension
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter