2019-01-15 05:20:10 +01:00
environment :
matrix :
- nodejs_version : 10.13 .0
clone_depth : 3
branches :
only :
- master
install :
- ps : Install-Product node $env:nodejs_version
- npm install npm -g
- npm install
2019-01-15 05:50:03 +01:00
before_build :
2019-01-15 05:20:10 +01:00
- node --version
- npm --version
2019-01-15 05:50:03 +01:00
build_script :
2019-05-26 21:34:24 +02:00
- cmd : "npm run build"
2019-01-15 05:20:10 +01:00
2019-01-15 05:50:03 +01:00
test : off
deploy : off
2019-01-15 05:20:10 +01:00
notifications :
- provider : Slack
incoming_webhook :
secure : CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA=
2019-01-15 06:48:46 +01:00
on_build_success : false
on_build_failure : true
2019-01-15 05:50:03 +01:00
on_build_status_changed : true
template : Build <{{buildUrl}}|#{{buildNumber}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}