Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
starpu: oops, uncomment lines [ci-skip]
[simgrid.git] / tools / jenkins / ci-starpu.sh
index d1e2ef0..73864b4 100755 (executable)
@@ -12,7 +12,7 @@ echo "XXXXXXXXXXXXXXXX Install APT dependencies"
 $SUDO apt-get update
 $SUDO apt-get -y install build-essential libboost-all-dev wget git xsltproc
 
-for i in master 1.3 ; do
+for i in master starpu-1.3 ; do
   echo "XXXXXXXXXXXXXXXX Build and test StarPU $i"
   rm -rf starpu*
   wget https://files.inria.fr/starpu/testing/$i/starpu-nightly-latest.tar.gz