You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/appveyor.yml

28 lines
375 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
test_script:
- yarn test
build_script:
- yarn ci-build
artifacts:
- path: dist/*.zip
environment:
SIGNAL_ENV: production
deploy:
provider: Environment
name: signal-desktop-builds