From 1772ab02c900c48d1ae8f900d4eff89258801c23 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Wed, 11 Oct 2023 09:32:22 +0200 Subject: [PATCH] Gitlab: install graphviz for doxygen graphs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69d2b0b41..77d29860e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ generate-docs: script: # use a setup that provides all dependencies - if the dependencies change, # this needs to be updated + - yum install -y graphviz - source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh - mkdir build; cd build; # the documentation option is off by default, explicitly switch it on