Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let's see if this finds more coverage reports
[simgrid.git] / tools / jenkins / ci-starpu.sh
index 22fc426..ece7a08 100755 (executable)
@@ -10,7 +10,7 @@ export SUDO=""
 
 echo "XXXXXXXXXXXXXXXX Install APT dependencies"
 $SUDO apt-get update
-$SUDO apt-get -y install build-essential libboost-all-dev wget git
+$SUDO apt-get -y install build-essential libboost-all-dev wget git xsltproc
 
 for i in master 1.3 ; do
   echo "XXXXXXXXXXXXXXXX Build and test StarPU $i"
@@ -33,7 +33,7 @@ for i in master 1.3 ; do
     CXXFLAGS=""
   fi
   if ! ./configure CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
-                   --enable-simgrid --disable-shared --enable-mpi-check --disable-cuda \
+                   --enable-simgrid --disable-shared --enable-mpi --enable-mpi-check --disable-cuda \
                    --disable-build-doc --enable-quick-check
   then
     cat ./config.log