jxtxzzw-GitLab
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
memory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
jxtxzzw
memory
Commits
af5a407f
Commit
af5a407f
authored
4 years ago
by
jxtxzzw
Browse files
Options
Downloads
Patches
Plain Diff
更新.gitlab-ci.yml
parent
d1f3897c
Branches
master
No related tags found
No related merge requests found
Pipeline
#20
passed
4 years ago
Stage: .pre
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-24
0 additions, 24 deletions
.gitlab-ci.yml
with
0 additions
and
24 deletions
.gitlab-ci.yml
+
0
−
24
View file @
af5a407f
image
:
node:latest
include
:
-
template
:
Code-Quality.gitlab-ci.yml
stages
:
-
build
-
test
cache
:
paths
:
...
...
@@ -15,28 +11,8 @@ install_dependencies:
stage
:
.pre
script
:
-
npm install
-
npm install standard mocha istanbul
build
:
stage
:
build
script
:
-
npm run build
# artifacts:
# paths:
# - dist/
test
:
stage
:
test
script
:
-
npm test
code_quality
:
variables
:
CODE_QUALITY_IMAGE
:
"
registry.gitlab.com/gitlab-org/ci-cd/codequality:latest"
artifacts
:
paths
:
[
gl-code-quality-report.json
]
# coverage:
# stage: test
# script:
# - ./node_modules/.bin/istanbul cover _mocha
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