signal-desktop/appveyor.yml

26 lines
364 B
YAML
Raw Normal View History

2017-05-03 21:43:04 +00:00
platform:
- x64
cache:
- node_modules
- '%LOCALAPPDATA%\electron\Cache'
install:
- set PATH=C:\Ruby23-x64\bin;%PATH%
- ps: Install-Product node 6 x64
- yarn install
test_script:
- yarn test
build_script:
- set NODE_ENV=production
2017-05-04 00:53:34 +00:00
- yarn ci-build
2017-05-04 01:21:24 +00:00
artifacts:
- path: dist/*.exe
deploy:
provider: Environment
name: signal-desktop-builds