update ci

This commit is contained in:
Philipp Kunz 2017-09-08 23:24:44 +02:00
parent a38e637e8d
commit 124d7b9f0a

View File

@ -1,24 +1,31 @@
# gitzone standard
image: hosttoday/ht-docker-node:stable
image: hosttoday/ht-docker-node:npmci
cache:
paths:
- .yarn/
key: "$CI_BUILD_STAGE"
mirror:
stage: mirror
script:
- npmci git mirror
tags:
- docker
stages:
- mirror
- test
- release
- trigger
- pages
before_script:
- yarn global add npmci@2.4.1
testLEGACY:
stage: test
script:
- npmci test legacy
- npmci node install legacy
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
@ -27,7 +34,9 @@ testLEGACY:
testLTS:
stage: test
script:
- npmci test lts
- npmci node install lts
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
@ -35,7 +44,9 @@ testLTS:
testSTABLE:
stage: test
script:
- npmci test stable
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
@ -43,7 +54,8 @@ testSTABLE:
release:
stage: release
script:
- npmci publish npm
- npmci npm prepare
- npmci npm publish
only:
- tags
tags: