From: Martin Quinson Date: Wed, 3 Apr 2019 11:08:37 +0000 (+0200) Subject: gitlab-ci: we also need zip and unzip, and build a jarfile with no deps X-Git-Tag: v3.22.1~6^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/90cc8272f9e48fff4e168f647bbaa0dc73230b1f gitlab-ci: we also need zip and unzip, and build a jarfile with no deps --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6550632f49..720db9bb10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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