From 4c930a41d239941bd7d5b97a1252c756d01d1616 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 5 Jan 2019 00:26:22 +1300 Subject: [PATCH] Package build wants dot for graphs, and to run php --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78732f02..cd006815 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: script: - apt-get -y update - bash -c 'mkdir -p /usr/share/man/man{0..10}' - - apt-get -y install build-essential devscripts fakeroot dh-exec jdupes rst2pdf doxygen # todo build-dep instead, change this task's image to plain debian + - apt-get -y install build-essential devscripts fakeroot dh-exec jdupes rst2pdf doxygen graphviz php # todo build-dep instead, change this task's image to plain debian - mv debian/changelog debian/changelog.old - > cat