4449a5f110
* Upgrade emoji deps and move to node_modules Add support for Emoji 3.0 and switch from bower to yarn for managing emoji dependencies. // FREEBIE * Delete old emoji deps // FREEBIE * Don't copy emoji on windows It is no longer necessary since the symlinked image dir is gone. // FREEBIE * Update emoji test // FREEBIE * Fix emoji tests; remove all overrides of emoji-js functions FREEBIE
31 lines
580 B
YAML
31 lines
580 B
YAML
platform:
|
|
- x64
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%\electron\Cache'
|
|
- node_modules -> package.json
|
|
|
|
install:
|
|
- systeminfo | findstr /C:"OS"
|
|
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
|
- ps: Install-Product node 6 x64
|
|
- yarn install
|
|
|
|
build_script:
|
|
- yarn run icon-gen
|
|
- node build\grunt.js
|
|
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never
|
|
|
|
test_script:
|
|
- node build\grunt.js test-release:win
|
|
- node build\grunt.js test
|
|
|
|
artifacts:
|
|
- path: dist/*.*
|
|
|
|
environment:
|
|
SIGNAL_ENV: production
|
|
|
|
deploy:
|
|
provider: Environment
|
|
name: signal-desktop-builds
|