implement Smartfile.write

This commit is contained in:
2018-02-16 21:57:44 +01:00
parent 9fa98c3804
commit 5b2089044d
17 changed files with 136 additions and 271 deletions

View File

@ -8,6 +8,7 @@ cache:
stages:
- mirror
- security
- test
- release
- trigger
@ -20,6 +21,15 @@ mirror:
tags:
- docker
security:
stage: security
script:
- npmci command yarn global add snyk
- npmci command yarn install --ignore-scripts
- npmci command snyk test
tags:
- docker
testLEGACY:
stage: test
script:
@ -31,15 +41,6 @@ testLEGACY:
- docker
allow_failure: true
testStableWindows:
stage: test
script:
- npm install -g npmts && cd C:\\gitlab_runner\builds\326a2ffb\0\pushrocks\smartfile && npm install && npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- windows
allow_failure: true
testLTS:
stage: test
script: