X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/121e1dc6ee0462b6f6f1f1570b0f48c61ee4ff9a..d5b29830df70e823202e384a7655e4371193ecd7:/BuildSimGrid.sh diff --git a/BuildSimGrid.sh b/BuildSimGrid.sh index 5f3ce84c1f..f219c89ba1 100755 --- a/BuildSimGrid.sh +++ b/BuildSimGrid.sh @@ -5,6 +5,9 @@ # # Copyright (C) 2017 The SimGrid Team. Licence: LGPL of WDFPL, as you want. +if [ -e build/default ] ; then + cd build/default +fi ( (nice make -j4 || make) && nice ctest -j4 --output-on-failure ; date ) 2>&1 | tee BuildSimGrid.sh.log