mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
chore: bump cpp check 2.10 to 2.13
This commit is contained in:
parent
b4ed65e15e
commit
6bc14a35e5
@ -116,7 +116,7 @@ RUN apt-get update && apt-get install $APT_ARGS \
|
||||
wine64 \
|
||||
xorriso
|
||||
|
||||
ARG CPPCHECK_VERSION=2.10
|
||||
ARG CPPCHECK_VERSION=2.13.0
|
||||
RUN curl -sL "https://github.com/danmar/cppcheck/archive/${CPPCHECK_VERSION}.tar.gz" | tar -xvzf - --directory /tmp/
|
||||
RUN cd /tmp/cppcheck-${CPPCHECK_VERSION} && mkdir build && cd build && cmake .. && cmake --build . -j 8
|
||||
ENV PATH "/tmp/cppcheck-${CPPCHECK_VERSION}/build/bin:${PATH}"
|
||||
|
Loading…
Reference in New Issue
Block a user