github-desktop/appveyor.yml

28 lines
326 B
YAML
Raw Normal View History

2016-05-11 16:16:32 +00:00
environment:
nodejs_version: "5"
2016-05-25 20:49:06 +00:00
cache:
- node_modules
2016-05-11 16:16:32 +00:00
branches:
only:
- master
skip_tags: true
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
2016-05-11 19:27:49 +00:00
build_script:
2016-05-11 19:26:54 +00:00
- npm run lint
2016-05-25 15:12:13 +00:00
- npm run build:prod
2016-05-11 19:26:54 +00:00
2016-05-11 16:16:32 +00:00
test_script:
- npm test
2016-05-25 20:49:06 +00:00
deploy_script:
- node script/publish