Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc on framagit: Install the missing dependency fig2dev
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 6 Aug 2018 19:10:25 +0000 (21:10 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 6 Aug 2018 19:10:25 +0000 (21:10 +0200)
.gitlab-ci.yml

index 5335925..02c5db1 100644 (file)
@@ -4,7 +4,7 @@ image: debian:testing-slim
   script:
   - apt-get update
   - apt-get install -y python3-sphinx doxygen python3-breathe python3-sphinx-rtd-theme python3-pip
   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
+  - apt-get install -y cmake doxygen libboost-all-dev libboost-dev fig2dev
   - pip3 install --no-deps exhale
   - cmake -Denable_documentation=ON .
   - make documentation
   - pip3 install --no-deps exhale
   - cmake -Denable_documentation=ON .
   - make documentation