This the generic implementation is split into seperated files now and list test has been updated. This requires a change to the build image and an update of the pipeline definition.
9 lines
211 B
Docker
9 lines
211 B
Docker
FROM alpine:3.16.0
|
|
|
|
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; \
|
|
apk --no-cache add \
|
|
bison \
|
|
build-base \
|
|
cmake \
|
|
flex \
|
|
lcov@testing |