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

fix : install deps

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