Install graphviz in CI
Some checks failed
the build failed

This commit is contained in:
Valentin Brandl 2018-10-13 13:53:45 +02:00
parent dc2988cf32
commit e5d3339e62
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -10,7 +10,7 @@ pipeline:
build: build:
image: jpbernius/pandoc image: jpbernius/pandoc
commands: commands:
- apt-get update && apt-get -y install make - apt-get update && apt-get -y install graphviz
- make - make
compress: compress: