Static C/C++ analysis in CI (#1564)

old-commit-hash: 0499ae46b7842e8e49067ebba03016c6cd305d4e
This commit is contained in:
Adeeb
2020-05-28 01:46:30 -07:00
committed by GitHub
parent 12a306021d
commit dd9daf81c4
4 changed files with 24 additions and 9 deletions

View File

@@ -46,7 +46,6 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
# Install python dependencies
RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
@@ -77,6 +76,7 @@ RUN pyenv install 3.8.2 && \
RUN mkdir -p /tmp/openpilot
COPY SConstruct \
cppcheck_openpilot.sh \
flake8_openpilot.sh \
pylint_openpilot.sh \
.pylintrc \