bc71f4aa2b
// FREEBIE
29 lines
500 B
YAML
29 lines
500 B
YAML
platform:
|
|
- x64
|
|
|
|
cache:
|
|
- node_modules
|
|
- '%LOCALAPPDATA%\electron\Cache'
|
|
|
|
install:
|
|
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
|
- ps: Install-Product node 6 x64
|
|
- yarn install
|
|
|
|
build_script:
|
|
- yarn run generate
|
|
- ./node_modules/.bin/build --em.environment=%SIGNAL_ENV% --publish=never
|
|
|
|
test_script:
|
|
- ./node_modules/.bin/grunt test-release:win
|
|
- yarn test
|
|
|
|
artifacts:
|
|
- path: dist/*.*
|
|
|
|
environment:
|
|
SIGNAL_ENV: production
|
|
|
|
deploy:
|
|
provider: Environment
|
|
name: signal-desktop-builds
|