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.
25 lines
432 B
YAML
25 lines
432 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 10.13.0 x64
|
|
- yarn install --frozen-lockfile
|
|
|
|
build_script:
|
|
- node build\grunt.js
|
|
- yarn generate
|
|
- yarn lint-windows
|
|
- yarn test-node
|
|
|
|
test_script:
|
|
- node build\grunt.js test
|
|
|
|
environment:
|
|
SIGNAL_ENV: production
|