Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
display offsets in hexa (counting in decimal sometimes difficult)
[simgrid.git] / buildtools / pipol / Nightly_simgrid.sh
index bd1419146ab2fa88a95553e5e1513436a15d5aea..52a5fbe060301f1f0731635adee1105ed36df120 100755 (executable)
@@ -80,6 +80,10 @@ ctest -D NightlyTest
 ctest -D NightlySubmit
 make clean
 
+# really clean the working directory
+git reset --hard master
+git clean -dfx
+
 #MC
 cmake \
 -Denable_coverage=on \