aboutsummaryrefslogtreecommitdiff
path: root/ciimage
diff options
context:
space:
mode:
authorFFY00 <filipe.lains@gmail.com>2018-06-17 19:52:41 +0100
committerFFY00 <filipe.lains@gmail.com>2018-06-17 22:35:27 +0100
commit6738fa58a74b80c3b347ccdfc6dfb9f6856623c9 (patch)
treeb0319a6f8401bf3ea0eaab66d5d1e623ea723548 /ciimage
parent590a553a7713e37a2394bffeb92ef2f4d809841e (diff)
downloadmeson-6738fa58a74b80c3b347ccdfc6dfb9f6856623c9.zip
meson-6738fa58a74b80c3b347ccdfc6dfb9f6856623c9.tar.gz
meson-6738fa58a74b80c3b347ccdfc6dfb9f6856623c9.tar.bz2
ci: add commands related to 'test cases/d/11 dub'
Diffstat (limited to 'ciimage')
-rw-r--r--ciimage/Dockerfile4
1 files changed, 3 insertions, 1 deletions
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.