Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc@framagit: use requirement file, don't lose doxygen xml output
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 7 Aug 2018 07:55:52 +0000 (09:55 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 7 Aug 2018 07:55:52 +0000 (09:55 +0200)
.gitlab-ci.yml

index 61ab078..be34650 100644 (file)
@@ -4,11 +4,11 @@ image: debian:testing-slim
   script:
   - apt-get update
   - apt-get install -y python3-pip cmake doxygen libboost-all-dev libboost-dev fig2dev
-  - pip3 install exhale sphinx breathe sphinx_rtd_theme
+  - pip3 install --requirement docs/requirements.txt 
   - cmake -Denable_documentation=ON .
   - make documentation
   - mkdir docs/doxyoutput
-  - mv doc/xml docs/doxyoutput
+  - cp -r doc/xml docs/doxyoutput
   - cd docs
   - sphinx-build -M html source/ build/
   - mv build/html ../public