Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_shared_files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
gitlab_shared_files
Commits
699647f6
Commit
699647f6
authored
11 months ago
by
Grégoire Kubler
Browse files
Options
Downloads
Patches
Plain Diff
fix : missing dep
parent
b8d8c916
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
fix : disabling windows release & -DWERROR=1 + dependencies fix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/static_analysis/cpp.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/static_analysis/cpp.gitlab-ci.yml
.gitlab/ci/static_analysis/python.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/static_analysis/python.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab/ci/static_analysis/cpp.gitlab-ci.yml
+
1
−
1
View file @
699647f6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/static_analysis/python.gitlab-ci.yml
+
1
−
1
View file @
699647f6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment