mirror of
https://github.com/dzid26/sunnypilot.git
synced 2026-06-08 07:44:55 +08:00
Static C/C++ analysis in CI (#1564)
old-commit-hash: 0499ae46b7842e8e49067ebba03016c6cd305d4e
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user