Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
logilab-views
Commits
36a8caa0d48f
Commit
a83218b3
authored
Mar 25, 2020
by
Élodie Thiéblin
Browse files
[CI] Add gitlab-ci
parent
171187096149
Pipeline
#11774
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
36a8caa0
image
:
node
stages
:
-
deps
-
lint
-
build
cache
:
paths
:
-
node_modules/
Deps
:
stage
:
deps
script
:
-
npm install
artifacts
:
paths
:
-
node_modules/
Lint
:
stage
:
lint
script
:
-
npm run linter:check
Format
:
stage
:
lint
script
:
-
npm run format:check
CanBuild
:
stage
:
build
script
:
-
npm run build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment