Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OSSD
2020
Kompeni
Jitsi No Jutsu Backend
Commits
e7d6afc7
Commit
e7d6afc7
authored
Oct 26, 2020
by
Naufaldi Athallah Rifqi
Browse files
init gitlab ci
parent
77789a7a
Pipeline
#59585
failed with stages
in 1 minute
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e7d6afc7
image
:
node:latest
stages
:
-
build
-
test
cache
:
paths
:
-
node_modules/
install_dependencies
:
stage
:
build
script
:
-
npm install
artifacts
:
paths
:
-
node_modules/
testing_testing
:
stage
:
test
script
:
npm test
\ No newline at end of file
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