Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sphinx autodoc needs the package to be built before the doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 3 Jan 2019 18:27:46 +0000 (19:27 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 3 Jan 2019 18:27:46 +0000 (19:27 +0100)
.gitlab-ci.yml

index ce85df9..288f181 100644 (file)
@@ -2,7 +2,9 @@ image: simgrid/build-deps
 
 pages:
   script:
 
 pages:
   script:
-  - pip3 install --requirement docs/requirements.txt 
+  - pip3 install --requirement docs/requirements.txt
+  - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=OFF .
+  - make -j4 simgrid_python
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public