Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify throw_exception
[simgrid.git] / .gitlab-ci.yml
index 6550632..8ccb3ac 100644 (file)
@@ -20,13 +20,12 @@ ctest:
   - make VERBOSE=1 all tests && ctest --output-on-failure
 
 release:
-  #only:
-  #- schedules
+  only:
+  - stable
   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