Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
6d6fc810
Commit
6d6fc810
authored
6 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
add test stage to CI
parent
d0784bf6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-1
17 additions, 1 deletion
.gitlab-ci.yml
with
17 additions
and
1 deletion
.gitlab-ci.yml
+
17
−
1
View file @
6d6fc810
...
@@ -2,13 +2,19 @@ variables:
...
@@ -2,13 +2,19 @@ variables:
BUILD_DIR
:
dist
BUILD_DIR
:
dist
stages
:
stages
:
-
codestyle
-
test
-
test
-
build
-
build
-
review
-
review
-
deploy
-
deploy
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
node_modules/
tslint
:
tslint
:
stage
:
test
stage
:
codestyle
tags
:
tags
:
-
nodejs
-
nodejs
allow_failure
:
false
allow_failure
:
false
...
@@ -23,6 +29,16 @@ tslint:
...
@@ -23,6 +29,16 @@ tslint:
-
npm install rxjs
-
npm install rxjs
-
node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
-
node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
unit_tests
:
stage
:
test
tags
:
-
nodejs
allow_failure
:
false
dependencies
:
[]
script
:
-
npm install
-
npm test
ngbuild
:
ngbuild
:
stage
:
build
stage
:
build
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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