Mentions légales du service

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

Dockerfile: add missing curl and jq for package script

parent 137ffe3b
Branches
No related tags found
No related merge requests found
Pipeline #1042805 passed
......@@ -94,6 +94,8 @@ package_tag:
test_macosx:
stage: test
tags: ['macosx']
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG == null
variables:
SYSTEM: 'macosx'
CXX: 'clang++'
......@@ -111,6 +113,8 @@ test_macosx:
test_windows:
stage: test
tags: ['windows']
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG == null
variables:
SYSTEM: 'windows'
CXX: 'g++'
......
......@@ -6,7 +6,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
apk update
# Tools for tests
RUN apk add bash make gcc g++ clang cmake git vim
RUN apk add bash clang cmake curl g++ gcc git jq make vim
RUN apk add clang-extra-tools cppcheck gcovr gtest-dev lcov valgrind vera++
RUN apk add python3 py3-pip
RUN python3 -m pip install --break-system-packages lcov_cobertura scan-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment