update scome scripts
This commit is contained in:
parent
911392e00e
commit
3f126d849f
@ -16,16 +16,14 @@ testLTS:
|
||||
testSTABLE:
|
||||
stage: test
|
||||
script:
|
||||
- npmci install stable
|
||||
- npm install
|
||||
- npm test
|
||||
- npmci test stable
|
||||
tags:
|
||||
- docker
|
||||
|
||||
release:
|
||||
stage: release
|
||||
script:
|
||||
- npm -v
|
||||
- npmci publish
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
|
@ -5,6 +5,8 @@ export let test = (versionArg) => {
|
||||
let done = plugins.q.defer();
|
||||
install(versionArg)
|
||||
.then(function(){
|
||||
plugins.beautylog.info("now installing dependencies:");
|
||||
plugins.shelljs.exec("npm install");
|
||||
plugins.beautylog.info("now starting tests:");
|
||||
plugins.shelljs.exec("npm test");
|
||||
plugins.beautylog.success("test finished");
|
||||
|
Loading…
Reference in New Issue
Block a user