Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make working directory really clean between builds.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 16 Oct 2012 12:46:57 +0000 (14:46 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 16 Oct 2012 13:00:20 +0000 (15:00 +0200)
buildtools/pipol/Nightly_simgrid.sh

index bd14191..52a5fbe 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 \