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
903a1b3b
...
903a1b3bb687b5179bc72896e640b99716c8bea0
authored
2017-01-12 23:52:37 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#1
-Tests automation
1 parent
4d1a3a04
Pipeline
#59
for
903a1b3b
failed
in 3 minutes 28 seconds
Changes
2
Builds
4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
.gitlab-ci.yml
package.json
.gitlab-ci.yml
0 → 100644
View file @
903a1b3
cache
:
paths
:
-
node_modules/
-
dist/
stages
:
-
build
-
test
-
publish
build
:
stage
:
build
script
:
-
npm install
test
:
stage
:
test
script
:
-
npm run test
\ No newline at end of file
package.json
View file @
903a1b3
...
...
@@ -4,9 +4,8 @@
"description"
:
"Matrix valition for angular form"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"build"
:
"node_modules/.bin/gulp build"
,
"postinstall"
:
"npm run build"
"test"
:
"node_modules/.bin/karma start karma.conf.js --single-run"
,
"build"
:
"node_modules/.bin/gulp build"
},
"author"
:
{
"name"
:
"Techniv"
,
...
...
Please
register
or
sign in
to post a comment