Skip to content
Extraits de code Groupes Projets
Valider 37c4d4c2 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

CI: updated build script

parent f9f2021d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #54519 réussi
......@@ -36,7 +36,12 @@ then
fi
# Clean directory
sudo rm -rf build bin
SUDO_PREFIX=""
if [[ $(whoami) != "root" ]]
then
SUDO_PREFIX="sudo"
fi
$SUDO_PREFIX rm -rf build bin
# Build project
mkdir build bin
......
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