From 6738fa58a74b80c3b347ccdfc6dfb9f6856623c9 Mon Sep 17 00:00:00 2001 From: FFY00 Date: Sun, 17 Jun 2018 19:52:41 +0100 Subject: ci: add commands related to 'test cases/d/11 dub' --- ciimage/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ciimage') diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 92f4cfc..c398fad 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -12,7 +12,9 @@ RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install qt4-linguist-tools \ && apt-get -y install python-dev \ && apt-get -y install libomp-dev openssh-client \ -&& python3 -m pip install hotdoc codecov +&& python3 -m pip install hotdoc codecov \ +&& dub fetch urld \ +&& dub build urld --compiler=gdc # OpenSSH client is needed to run openmpi binaries. -- cgit v1.1