mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 00:06:21 +00:00
feat(tests): update Dockerfile and CI script for parallel builds and improved caching
This commit is contained in:
@@ -2,11 +2,13 @@ FROM ubuntu:latest
|
||||
|
||||
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