[Notes] [Git][BuildGrid/buildgrid][mablanch/92-architecture-documentation] gitlab-ci.yml: Install Graphviz for documentation build



Title: GitLab

Martin Blanchard pushed to branch mablanch/92-architecture-documentation at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -51,6 +51,7 @@ run-dummy-job-debian:
    51 51
     documentation:
    
    52 52
       stage: post
    
    53 53
       script:
    
    54
    +    - apt-get update && apt-get install -y graphviz
    
    54 55
         - python3 -m pip install --user --editable ".[docs]"
    
    55 56
         - make -C docs html
    
    56 57
         - mkdir -p documentation/
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]