From b5bc46f34e361fec06548b9be08874a0491efab8 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez <shernand@iri.upc.edu> Date: Tue, 20 Feb 2018 08:33:16 +0100 Subject: [PATCH] Install the dependencies to generate the dot plots fir the doxygen documentation. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6149793..8430a3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ coverage: pages: script: - cd Build + - apt-get update + - apt-get install ttf-freefont graphviz - make doc - mv ../doc/html/ ../public/ artifacts: -- GitLab