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

Updated build script

parent 17cea91e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #54520 réussi
...@@ -43,7 +43,12 @@ then ...@@ -43,7 +43,12 @@ then
fi fi
# Clean directory # Clean directory
sudo rm -rf build bin SUDO_PREFIX=""
if [[ $(whoami) != "root" ]]
then
SUDO_PREFIX="sudo"
fi
$SUDO_PREFIX rm -rf build bin
## Set environmental variables ## Set environmental variables
ENV_VARS="" ENV_VARS=""
......
Subproject commit f9f2021d419c88e7f324b470d9282b085a9c4fcf Subproject commit 37c4d4c27de473c32b16e6bf38da2e9fa6fc5433
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