mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
40a438be3e
- use sccache for build caching - add coverage reports as build artifacts - add lcov-summary for coverage summary - clean up/refactor CI yaml This resolves the FreeBSD part of #754.
9 lines
232 B
Docker
9 lines
232 B
Docker
ARG IMAGE=registry.gitlab.com/brndnmtthws-oss/conky
|
|
FROM ${IMAGE}/builder/centos7-base:latest
|
|
|
|
RUN yum -y -q install \
|
|
llvm-toolset-7-clang \
|
|
llvm-toolset-7-llvm \
|
|
llvm-toolset-7-clang-tools-extra \
|
|
&& yum clean all
|