]> AND Public Git Repository - simgrid.git/blob - buildtools/ctest/Cmake/build.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refresh some tesh files (the models were changed recently, thus new timings are ok)
[simgrid.git] / buildtools / ctest / Cmake / build.sh
1 #! /bin/sh
2
3 set -e
4 cd ..
5 if [ ! -e configure ] ; then
6   ./bootstrap
7 fi
8
9 if [ ! -e Makefile ] ; then
10   ./configure --enable-maintainer-mode --disable-compile-optimizations
11 fi
12
13 make