github-desktop/appveyor.yml
2016-06-07 15:33:40 -04:00

29 lines
345 B
YAML

environment:
nodejs_version: "6"
cache:
- node_modules
branches:
only:
- master
- /^__release-.*/
skip_tags: true
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build_script:
- npm run lint
- npm run build:prod
test_script:
- npm test
on_success:
- node script/publish