Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish (for now) the S4U tutorial
[simgrid.git] / .gitlab-ci.yml
index 1a005826f71a27e68aa064e6d01544fbd8709b78..3ef153023871becb23eb69f98e47f021cacff48a 100644 (file)
@@ -3,7 +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
+  - 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