Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the doc of s4u::Mailbox
[simgrid.git] / .gitlab-ci.yml
1 image: simgrid/build-deps
2
3 pages:
4   script:
5   - pip3 install --requirement docs/requirements.txt 
6   - cd docs
7   - LC_ALL=C.UTF-8 ./Build.sh
8   - mv build/html ../public
9   artifacts:
10     paths:
11     - public
12   only:
13   - master
14
15 ctest:
16   script:
17   - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON .
18   - make VERBOSE=1 && ctest --output-on-failure