From: Martin Quinson Date: Tue, 4 Jun 2019 16:20:54 +0000 (+0200) Subject: building the pages needs to rebuild python beforehand X-Git-Tag: v3.22.4~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bfc8b4bf771b25a71016749392fcaf7b1bf1c125?ds=sidebyside building the pages needs to rebuild python beforehand --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e52c8bdaea..24a1b2be4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,8 @@ stages: pages: stage: test script: + - cmake -Denable_model-checking=OFF -Denable_documentation=ON -Denable_compile_optimizations=OFF -Denable_smpi=OFF -Dpython=ON . + - make -j4 - pip3 install --requirement docs/requirements.txt - cd docs - LC_ALL=C.UTF-8 ./Build.sh