X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/962e7cf6ee9cc143caf226faddbf2b2c58b66ceb..fc8861150343f581a82f22316bc4b619b499ca7b:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8291b299b..8ccb3ac5bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,13 +20,12 @@ ctest: - make VERBOSE=1 all tests && ctest --output-on-failure release: - #only: - #- schedules + only: + - stable script: - - 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