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

chore : debug

parent 318a0b4d
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -11,6 +11,12 @@ static_analysis:python: ...@@ -11,6 +11,12 @@ static_analysis:python:
- apt-get install -y python-is-python3 python3-pip - apt-get install -y python-is-python3 python3-pip
- python -m pip install pylint pylint-gitlab - python -m pip install pylint pylint-gitlab
script: script:
- echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- echo $CI_DEFAULT_BRANCH
- echo $CI_PIPELINE_SOURCE
- echo $CI_COMMIT_BRANCH
- echo $CI_COMMIT_TAG
- pylint --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter ${CI_PROJECT_NAME}/ > codeclimate.json - pylint --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter ${CI_PROJECT_NAME}/ > codeclimate.json
- pylint --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter ${CI_PROJECT_NAME}/ > pylint.html - pylint --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter ${CI_PROJECT_NAME}/ > pylint.html
- mkdir -p public/python/$CI_COMMIT_REF_NAME - mkdir -p public/python/$CI_COMMIT_REF_NAME
......
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