X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c467b7b4bcc0c7e4ffb32f4dfc01f94bbbd4427..63483ff978206b41c0fc54898c3091f29b8bab4d:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02c5db1b5c..3ef1530238 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,8 @@ image: debian:testing-slim .build: &build script: - apt-get update - - apt-get install -y python3-sphinx doxygen python3-breathe python3-sphinx-rtd-theme python3-pip - - apt-get install -y cmake doxygen libboost-all-dev libboost-dev fig2dev - - pip3 install --no-deps exhale - - cmake -Denable_documentation=ON . - - make documentation - - mkdir docs/doxyoutput - - mv doc/xml docs/doxyoutput + - apt-get install -y python3-pip doxygen libboost-all-dev libboost-dev fig2dev + - pip3 install --requirement docs/requirements.txt - cd docs - sphinx-build -M html source/ build/ - mv build/html ../public