diff options
author | FFY00 <filipe.lains@gmail.com> | 2018-06-17 19:52:41 +0100 |
---|---|---|
committer | FFY00 <filipe.lains@gmail.com> | 2018-06-17 22:35:27 +0100 |
commit | 6738fa58a74b80c3b347ccdfc6dfb9f6856623c9 (patch) | |
tree | b0319a6f8401bf3ea0eaab66d5d1e623ea723548 /ciimage | |
parent | 590a553a7713e37a2394bffeb92ef2f4d809841e (diff) | |
download | meson-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/Dockerfile | 4 |
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. |