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

fix : apt-get install -y

parent a4e870ac
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
......@@ -7,8 +7,8 @@ static_analysis:cpp:
tags:
- static_analysis
before_script :
- apt update
- apt install cppcheck python-is-python3
- apt-get update
- apt-get install -y cppcheck python-is-python3
- python -m pip install Pygments
- python -m pip install -U cppcheck_codequality
......
......@@ -7,8 +7,8 @@ static_analysis:python:
tags:
- static_analysis
before_script:
- apt update
- apt install python-is-python3
- apt-get update
- apt-get install -y python-is-python3
- 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