Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
starpu: oops, uncomment lines [ci-skip]
[simgrid.git] / tools / jenkins / ci-starpu.sh
index 9c8ac07..73864b4 100755 (executable)
@@ -9,8 +9,8 @@ set -ex
 export SUDO=""
 
 echo "XXXXXXXXXXXXXXXX Install APT dependencies"
-#$SUDO apt-get update
-#$SUDO apt-get -y install build-essential libboost-all-dev wget git xsltproc
+$SUDO apt-get update
+$SUDO apt-get -y install build-essential libboost-all-dev wget git xsltproc
 
 for i in master starpu-1.3 ; do
   echo "XXXXXXXXXXXXXXXX Build and test StarPU $i"