Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
building the pages needs to rebuild python beforehand
[simgrid.git] / .gitlab-ci.yml
index 50a0e28..24a1b2b 100644 (file)
@@ -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
@@ -21,7 +23,7 @@ pages:
     - public
   only:
   - master
-  allow_fail: true
+  allow_failure: true
 
 ctest:
   stage: build