session-desktop/appveyor.yml

25 lines
432 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%
2018-11-16 23:47:34 +01:00
- ps: Install-Product node 10.13.0 x64
- yarn install --frozen-lockfile
2017-05-03 23:43:04 +02:00
build_script:
- node build\grunt.js
2018-05-07 21:53:20 +02:00
- yarn generate
- yarn lint-windows
2018-04-11 18:15:19 +02:00
- yarn test-node
2017-05-03 23:43:04 +02:00
test_script:
- node build\grunt.js test
2017-05-03 23:43:04 +02:00
environment:
SIGNAL_ENV: production