Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Vincent Peybernes
/
angular-matrix-validation
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
436f66a1
...
436f66a13656634bf70ee5b3737227e52bff244e
authored
2017-01-13 00:52:55 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
!1
Ci stabilization for
#1
Test implementation
2 parents
903a1b3b
bc98e634
Pipeline
#65
for
436f66a1
passed
in 2 minutes 31 seconds
Changes
1
Builds
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
436f66a
cache
:
untracked
:
true
key
:
"
$CI_BUILD_REF_NAME"
paths
:
-
node_modules/
-
dist/
...
...
@@ -13,8 +14,11 @@ build:
stage
:
build
script
:
-
npm install
-
npm run build
test
:
stage
:
test
script
:
-
ls
-
ls node_modules/.bin
-
npm run test
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment