feat(pipelines): initial npm/js pipeline
This commit is contained in:
parent
36efdb707b
commit
60ecb92bd9
21
pipelines/npm.gitlab-ci.yml
Normal file
21
pipelines/npm.gitlab-ci.yml
Normal file
@ -0,0 +1,21 @@
|
||||
include:
|
||||
- "/templates/npm/npm-dependencies.gitlab-ci.yml"
|
||||
- "/templates/npm/npm-build.gitlab-ci.yml"
|
||||
- "/templates/npm/npm-verify.gitlab-ci.yml"
|
||||
- "/templates/npm/npm-lint.gitlab-ci.yml"
|
||||
- "/templates/npm/npm-e2e.gitlab-ci.yml"
|
||||
|
||||
Dependencies-npm:
|
||||
extends: .npm-dependencies
|
||||
|
||||
Build-npm:
|
||||
extends: .npm-build
|
||||
|
||||
Test-npm:
|
||||
extends: .npm-verify
|
||||
|
||||
Lint-npm:
|
||||
extends: .npm-lint
|
||||
|
||||
E2E-npm:
|
||||
extends: .npm-e2e
|
||||
Loading…
Reference in New Issue
Block a user