Skip to content
Snippets Groups Projects
Commit 699647f6 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : missing dep

parent b8d8c916
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
......@@ -8,7 +8,7 @@ static_analysis:cpp:
- static_analysis
before_script :
- apt-get update
- apt-get install -y cppcheck python-is-python3
- apt-get install -y cppcheck python-is-python3 python3-pip
- python -m pip install Pygments
- python -m pip install -U cppcheck_codequality
......
......@@ -8,7 +8,7 @@ static_analysis:python:
- static_analysis
before_script:
- apt-get update
- apt-get install -y python-is-python3
- apt-get install -y python-is-python3 python3-pip
- python -m pip install pylint pylint-gitlab
script:
- pylint --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter ${CI_PROJECT_NAME}/ > codeclimate.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment