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
Commits
096502ce
Commit
096502ce
authored
3 years ago
by
Suru Dissanaike
Browse files
Options
Downloads
Patches
Plain Diff
Delete code-analysis.yml
parent
3d38a850
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code-analysis.yml
+0
-51
0 additions, 51 deletions
code-analysis.yml
with
0 additions
and
51 deletions
code-analysis.yml
deleted
100644 → 0
+
0
−
51
View file @
3d38a850
include
:
-
project
:
'
iopsys/gitlab-ci-pipeline'
file
:
'
/static-code-analysis.yml'
stages
:
-
static_code_analysis
-
format_check
-
build
-
unit_testing
-
dynamic_code_analysis
-
api_testing
variables
:
DEBUG
:
'
TRUE'
SOURCE_FOLDER
:
"
."
run_format_check
:
stage
:
format_check
image
:
iopsys/code-analysis:0.1
allow_failure
:
true
script
:
-
"
ls"
run_build
:
stage
:
build
image
:
iopsys/code-analysis:0.1
allow_failure
:
true
script
:
-
"
ls"
run_unit_testing
:
stage
:
unit_testing
image
:
iopsys/code-analysis:0.1
allow_failure
:
true
script
:
-
"
make
test"
run_dynamic_code_analysis
:
stage
:
dynamic_code_analysis
image
:
iopsys/code-analysis:0.1
allow_failure
:
true
script
:
-
"
make
test_coverage"
run_api_testing
:
stage
:
api_testing
image
:
iopsys/code-analysis:0.1
allow_failure
:
true
script
:
-
"
ls"
\ No newline at end of file
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