Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill remaining traces of win32 support.
[simgrid.git] / .gitlab-ci.yml
index 95258ab..583e9d5 100644 (file)
@@ -39,12 +39,11 @@ release:
 # Please use the github action instead
 #  - 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=`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
-#  - for j in  ../simgrid.jar ../simgrid-windows.jar ../simgrid-mac.jar ; do unzip -n $j ; done
+#  - for j in  ../simgrid.jar ../simgrid-mac.jar ; do unzip -n $j ; done
 #  - strip NATIVE/*/*/*.so
 #  - x86_64-linux-gnu-strip NATIVE/*/*/lib*dll
 #  - zip -r ../simgrid-${SGVER}.jar *