mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 07:36:21 +00:00
feat(tests): update Dockerfile and CI script for parallel builds and improved caching
This commit is contained in:
@@ -3,11 +3,13 @@ FROM debian:testing
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
ENV TERM=xterm
|
||||
ENV CC="ccache gcc"
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
autoconf \
|
||||
autoconf-archive \
|
||||
automake \
|
||||
ccache \
|
||||
gcc \
|
||||
git \
|
||||
libcmocka-dev \
|
||||
|
||||
Reference in New Issue
Block a user