Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
building the pages needs to rebuild python beforehand
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Jun 2019 16:20:54 +0000 (18:20 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Jun 2019 16:20:54 +0000 (18:20 +0200)
.gitlab-ci.yml

index e52c8bd..24a1b2b 100644 (file)
@@ -7,6 +7,8 @@ stages:
 pages:
   stage: test
   script:
 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
   - pip3 install --requirement docs/requirements.txt
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh