Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CI: More robust way to compute the version on stable builds
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 15 Dec 2020 23:20:40 +0000 (00:20 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 15 Dec 2020 23:20:40 +0000 (00:20 +0100)
.gitlab-ci.yml

index 2877baf..18a83bf 100644 (file)
@@ -27,7 +27,7 @@ release:
   - make VERBOSE=1 -j$(nproc) dist simgrid simgrid-java_jar
   # Get the foreign architectures
   - wget https://ci.appveyor.com/api/projects/mquinson/simgrid/artifacts/simgrid.jar -O simgrid-windows.jar
-  - export SGVER=`printf '#include "simgrid/config.h"\n#if SIMGRID_VERSION_PATCH\nSIMGRID_VERSION_MAJOR.SIMGRID_VERSION_MINOR.SIMGRID_VERSION_PATCH\n#else\nSIMGRID_VERSION_MAJOR.SIMGRID_VERSION_MINOR\n#endif'|gcc -E - -Iinclude|tail -1|sed 's/ //g'`
+  - export SGVER=`grep SimGrid ChangeLog|head -n1|sed -e 's/SimGrid (//' -e 's/).*//'`
   - wget https://ci.inria.fr/simgrid/job/SimGrid/build_mode=Debug,node=macos/lastSuccessfulBuild/artifact/build/simgrid-${SGVER}/build/simgrid.jar -O simgrid-mac.jar
   # Open all jar files, and strip them
   - mkdir content ; cd content