mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
38 lines
491 B
YAML
38 lines
491 B
YAML
image: Visual Studio 2017
|
|
|
|
platform:
|
|
- x64
|
|
|
|
environment:
|
|
matrix:
|
|
- nodejs_version: 10
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%/Yarn'
|
|
- node_modules
|
|
- flow-typed
|
|
- '%USERPROFILE%\.electron'
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
build: off
|
|
|
|
version: '{build}'
|
|
|
|
shallow_clone: true
|
|
|
|
clone_depth: 1
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version x64
|
|
- set CI=true
|
|
- yarn
|
|
|
|
test_script:
|
|
- yarn package-ci
|
|
- yarn lint
|
|
# - yarn flow
|
|
- yarn test
|
|
- yarn build-e2e
|
|
- yarn test-e2e
|