Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gitlab-ci: we also need zip and unzip, and build a jarfile with no deps
[simgrid.git] / .gitlab-ci.yml
index 6550632..720db9b 100644 (file)
@@ -23,10 +23,9 @@ release:
   #only:
   #- schedules
   script:
-  - apt update && apt install -y binutils-x86-64-linux-gnu wget
+  - apt update && apt install -y binutils-x86-64-linux-gnu wget unzip zip
   # Build the linux version of the jarfile without the boost dependency
-  - apt remove -y libboost-context-dev  libboost-stacktrace-dev
-  - cmake -Denable_documentation=OFF -Denable_java=ON -Denable_lib_in_jar=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=OFF .
+  - cmake -Denable_documentation=OFF -Denable_java=ON -Denable_lib_in_jar=ON -Dminimal_java=ON -Denable_compile_optimizations=ON -Denable_smpi=OFF .
   - make VERBOSE=1 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