session-desktop/appveyor.yml

35 lines
705 B
YAML
Raw Normal View History

2017-05-03 23:43:04 +02:00
platform:
- x64
cache:
- '%LOCALAPPDATA%\electron\Cache'
- node_modules -> package.json
2017-05-03 23:43:04 +02:00
install:
- systeminfo | findstr /C:"OS"
2017-05-03 23:43:04 +02:00
- set PATH=C:\Ruby23-x64\bin;%PATH%
- ps: Install-Product node 6 x64
- yarn install
build_script:
- yarn run icon-gen
- del /f images\emoji\apple
- mkdir images\emoji\apple
- xcopy /Q components\emojidata\img-apple-64 images\emoji\apple
- node build\grunt.js
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never
2017-05-03 23:43:04 +02:00
test_script:
- node build\grunt.js test-release:win
- node build\grunt.js test
2017-05-03 23:43:04 +02:00
2017-05-04 03:21:24 +02:00
artifacts:
- path: dist/*.*
2017-05-04 03:21:24 +02:00
environment:
SIGNAL_ENV: production
2017-05-04 03:21:24 +02:00
deploy:
provider: Environment
name: signal-desktop-builds