Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
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
IOPSYS
gitlab-ci-pipeline
Merge requests
!26
Added infer and minor cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added infer and minor cleanup
infer
into
devel
Overview
8
Commits
5
Pipelines
0
Changes
3
Merged
Vivek Dutta
requested to merge
infer
into
devel
7 months ago
Overview
8
Commits
5
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
version 3
version 6
01297525
6 months ago
version 5
9566df31
6 months ago
version 4
1fc8b75e
6 months ago
version 3
8836ee16
6 months ago
version 2
1143a77e
6 months ago
version 1
8e349e39
7 months ago
devel (base)
and
version 6
latest version
3813551d
5 commits,
6 months ago
version 6
01297525
3 commits,
6 months ago
version 5
9566df31
2 commits,
6 months ago
version 4
1fc8b75e
2 commits,
6 months ago
version 3
8836ee16
1 commit,
6 months ago
version 2
1143a77e
1 commit,
6 months ago
version 1
8e349e39
1 commit,
7 months ago
Show latest version
3 files
+
128
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
docker/code-analysis/Dockerfile
+
3
−
4
Options
@@ -245,7 +245,7 @@ RUN cd /opt/dev && \
ENV
PATH /infer/bin:${PATH}
# Install python ubus module and valgrind-ci
RUN
pip3
install
ubus ValgrindCI
RUN
pip3
install
ubus ValgrindCI
codechecker
WORKDIR
/builds/iopsys/
@@ -259,9 +259,8 @@ COPY supervisord.conf /etc/supervisor/
RUN
mkdir
-p
/usr/share/rpcd/schemas
&&
\
mkdir
-p
/usr/share/rpcd/definitions
# Copy more_test script
COPY
more_test.sh /usr/local/bin/more_test.sh
# Copy static_code_analysis script
COPY
static_code_analysis.sh /usr/local/bin/static_code_analysis.sh
# Start entrypoint
COPY
entrypoint.sh /usr/local/bin/entrypoint.sh
Loading