Mentions légales du service

Skip to content
Snippets Groups Projects
Commit df5d5058 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Fix sonarqube issue docker:S6470

parent 9e9e8f5a
Branches
Tags
No related merge requests found
Pipeline #1042587 passed
FROM alpine
RUN apk add bash make gcc g++ cmake gtest-dev
COPY . /tmp/
COPY ./src/ /tmp/src/
COPY ./tests/ /tmp/tests/
COPY ./CMakeLists.txt /tmp/CMakeLists.txt
RUN cd /tmp && \
cmake -B build && \
cmake --build build && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment