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
IT2810 H20
Team 61
Prosjekt 2
Commits
e9e9fac9
Commit
e9e9fac9
authored
Sep 27, 2020
by
Hauk Olaussen
Browse files
Added gitlab yml and badges
parent
98738203
Pipeline
#86542
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e9e9fac9
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 run coverage
README.md
View file @
e9e9fac9
# Team 61 - Project 2
[

](https://gitlab.stud.idi.ntnu.no/it2810-h20/team-61/prosjekt-2/-/commits/master)
[

](https://gitlab.stud.idi.ntnu.no/it2810-h20/team-61/prosjekt-2/-/commits/master)
**Skrevet av**
: Hauk Aleksander Olaussen, Noran Baskaran og Oskar Gabrielsen
## Struktur og kode
...
...
Write
Preview
Supports
Markdown
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