From bfc8b4bf771b25a71016749392fcaf7b1bf1c125 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 4 Jun 2019 18:20:54 +0200 Subject: [PATCH] building the pages needs to rebuild python beforehand --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1