Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Jenkins host name changed since last dot release
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 13:38:16 +0000 (15:38 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 13:38:16 +0000 (15:38 +0200)
.gitlab-ci.yml

index 5d4c563..2dbea5e 100644 (file)
@@ -44,7 +44,7 @@ release:
   # Get the foreign architectures
   - wget https://ci.appveyor.com/api/projects/mquinson/simgrid/artifacts/simgrid.jar -O simgrid-windows.jar
   - export SGVER=`(echo '#include "simgrid/config.h"'; echo SIMGRID_VERSION_MAJOR.SIMGRID_VERSION_MINOR.SIMGRID_VERSION_PATCH)|gcc -E - -Iinclude|tail -1|sed 's/ //g'`
-  - wget https://ci.inria.fr/simgrid/job/SimGrid/build_mode=Debug,node=simgrid-osx-highsierra/lastSuccessfulBuild/artifact/build/SimGrid-${SGVER}/build/simgrid.jar -O simgrid-mac.jar
+  - wget https://ci.inria.fr/simgrid/job/SimGrid/build_mode=Debug,node=osx/lastSuccessfulBuild/artifact/build/SimGrid-${SGVER}/build/simgrid.jar -O simgrid-mac.jar
   # Open all jar files, and strip them
   - mkdir content ; cd content
   - for j in  ../simgrid.jar ../simgrid-windows.jar ../simgrid-mac.jar ; do unzip -n $j ; done