Fix some more sonar issues.

Run clang-7 build first so that sonar data gets reported earlier, enable nvidia
in travis builds.
This commit is contained in:
Brenden Matthews
2018-12-23 11:37:19 -05:00
parent 9af6fa7903
commit 3c5fd4399a
5 changed files with 68 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:bionic AS base
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -qy --no-install-recommends \
@@ -28,6 +28,8 @@ RUN apt-get update \
libxnvctrl-dev \
libiw-dev
FROM base
COPY . /conky
WORKDIR /conky/build
ARG X11=yes