Martin Blanchard pushed to branch master at BuildGrid / buildgrid
Commits:
-
00e3ec48
by Martin Blanchard at 2018-10-29T14:17:00Z
1 changed file:
Changes:
... | ... | @@ -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/
|