From 90cc8272f9e48fff4e168f647bbaa0dc73230b1f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 3 Apr 2019 13:08:37 +0200 Subject: [PATCH] gitlab-ci: we also need zip and unzip, and build a jarfile with no deps --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.20.1