Add gcovr for unit test coverage

main
Georg Krause 2019-05-23 17:17:53 +02:00
parent aef33a7169
commit ce3af8d3b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM python:3.7
RUN apt-get update && apt-get --assume-yes install ninja-build libjpeg-dev libsndfile1-dev \
libsigc++-2.0-dev libfontconfig1-dev libxft-dev libcairo-dev liblo-dev libjack-dev libsamplerate0-dev
RUN pip3 install meson lizard
RUN pip3 install meson lizard gcovr
RUN git clone https://github.com/original-male/ntk
RUN cd ntk && ./waf configure build install && cd ..
RUN wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"